1 /* $NetBSD: boot.h,v 1.8 2006/06/20 05:49:09 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
*);
42 inline void outw(int, u_int16_t
);
65 void vga_init(u_char
*);
67 void vga_puts(char *);
72 void vga_reset(u_char
*);
77 void dump_iplcb(void *);