shithub: riscv

ref: 8188b4f4f0e07b6669e6ae3c6c1099af917eaab4
dir: /sys/src/9/mtx/cycintr.c/

View raw version
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "io.h"

int
havetimer(void)
{
	return 0;
}

void
timeradd(Timer *)
{
}

void
timerdel(Timer *)
{
}

void
clockintrsched(void)
{
}