1 /* $NetBSD: boot.h,v 1.6 2005/12/11 12:17:04 christos Exp $ */
3 #define TICKS_PER_SEC (33000000 / 4) /* 33MHz */
4 #define NS_PER_TICK (1000000000 / TICKS_PER_SEC)
10 void run(void *, void *, void *, void *, void *);
25 char *cninit(int *, int *);
33 volatile int CPU1_alive
;
36 unsigned long cpuState(void);
38 void start_CPU1(void);
39 void wait_for(volatile int *);
51 void outw(int, u_short
);
53 u_long
local_to_PCI(u_long
);
76 void vga_init(u_char
*);
78 void vga_puts(char *);
83 void vga_reset(u_char
*);
88 void video_init(u_char
*);