~kris/9p

9hist

ref: 62b5b5d5612d225481a1e50c6faef551ab6683b4 9hist/pc/clock.c -rw-r--r-- 177 bytes
62b5b5d5 — David du Colombier Plan 9 from Bell Labs 1991-07-04 35 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include	"u.h"
#include	"lib.h"
#include	"mem.h"
#include	"dat.h"
#include	"fns.h"
#include	"io.h"
#include	"ureg.h"

void
clockinit(void)
{
	setvec(Clockvec, clock, SEGIG);
}