1 1.1.4.2 thorpej #ifndef _MACHINE_AUTOCONF_H_ 2 1.1.4.2 thorpej #define _MACHINE_AUTOCONF_H_ 3 1.1.4.2 thorpej 4 1.1.4.2 thorpej #ifdef _KERNEL 5 1.1.4.2 thorpej void initppc (u_int, u_int, u_int, void *); 6 1.1.4.2 thorpej void strayintr (int); 7 1.1.4.2 thorpej void lcsplx (int); 8 1.1.4.2 thorpej 9 1.1.4.2 thorpej void inittodr (time_t); 10 1.1.4.2 thorpej void resettodr (void); 11 1.1.4.2 thorpej void cpu_initclocks (void); 12 1.1.4.2 thorpej void decr_intr (struct clockframe *); 13 1.1.4.2 thorpej void setstatclockrate (int); 14 1.1.4.2 thorpej 15 1.1.4.2 thorpej int pfb_cnattach (int); /* pci/pfb.c */ 16 1.1.4.2 thorpej #endif /* _KERNEL */ 17 1.1.4.2 thorpej 18 1.1.4.2 thorpej #endif /* _MACHINE_AUTOCONF_H_ */ 19