1 /* $NetBSD: boot.h,v 1.7 2006/04/13 18:46:46 garbled Exp $ */
3 #define TICKS_PER_SEC (66666667 / 4) /* 66MHz */
4 #define NS_PER_TICK (1000000000 / TICKS_PER_SEC)
9 void run(void *, void *, void *, void *, void *);
24 char *cninit(int *, int *);
32 void init_in(u_long loadaddr
);
33 int instrategy(void *, int , daddr_t
, size_t, void *, size_t *);
34 int inopen(struct open_file
*);
35 int inclose(struct open_file
*);
41 inline void outw(int, u_int16_t
);
43 u_long
local_to_PCI(u_long
);
44 void unlockVideo(int);
68 void vga_init(u_char
*);
70 void vga_puts(char *);
75 void vga_reset(u_char
*);