~kris/9p

9hist

ref: 9f032393e9ff251d336308f07c8ec6ecbe6f3fed 9hist/pc/fns.h -rw-r--r-- 755 bytes
9f032393 — David du Colombier Plan 9 from Bell Labs 1991-07-05 35 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#include "../port/portfns.h"

void	clock(void*);
void	clockinit(void);
void	delay(int);
int	inb(int);
void	intr0(void);
void	intr1(void);
void	intr2(void);
void	intr3(void);
void	intr4(void);
void	intr5(void);
void	intr6(void);
void	intr7(void);
void	intr8(void);
void	intr9(void);
void	intr10(void);
void	intr11(void);
void	intr12(void);
void	intr13(void);
void	intr14(void);
void	intr15(void);
void	intr16(void);
void	intrbad(void);
int	kbdc(void);
void	kbdinit(void);
void	kbdintr(void*);
void	lgdt(Segdesc*, int);
void	lidt(Segdesc*, int);
void	outb(int, int);
void	prhex(ulong);
void	screeninit(void);
void	screenputc(int);
void	screenputs(char*, int);
void	setvec(int, void (*)(void*), int);
void	systrap(void);
void	trapinit(void);
int	tas(Lock*);