xref: /netbsd/sys/arch/bebox/include/autoconf.h (revision c4a72b64)
1 #ifndef _MACHINE_AUTOCONF_H_
2 #define _MACHINE_AUTOCONF_H_
3 
4 #ifdef _KERNEL
5 void initppc (u_int, u_int, u_int, void *);
6 void strayintr (int);
7 void lcsplx (int);
8 
9 void inittodr (time_t);
10 void resettodr (void);
11 void cpu_initclocks (void);
12 void decr_intr (struct clockframe *);
13 void setstatclockrate (int);
14 
15 int pfb_cnattach (int);			/* pci/pfb.c */
16 #endif /* _KERNEL */
17 
18 #endif /* _MACHINE_AUTOCONF_H_ */
19