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, char *); 6 1.1.4.2 thorpej void install_extint (void (*)(void)); 7 1.1.4.2 thorpej void dumpsys (void); 8 1.1.4.2 thorpej void softnet (void); 9 1.1.4.2 thorpej void strayintr (int); 10 1.1.4.2 thorpej 11 1.1.4.2 thorpej void inittodr (time_t); 12 1.1.4.2 thorpej void resettodr (void); 13 1.1.4.2 thorpej void cpu_initclocks (void); 14 1.1.4.2 thorpej void decr_intr (struct clockframe *); 15 1.1.4.2 thorpej void setstatclockrate (int); 16 1.1.4.2 thorpej 17 1.1.4.2 thorpej #ifdef __BROKEN_DK_ESTABLISH 18 1.1.4.2 thorpej void dk_cleanup(void); 19 1.1.4.2 thorpej #endif 20 1.1.4.2 thorpej 21 1.1.4.2 thorpej #endif /* _KERNEL */ 22 1.1.4.2 thorpej 23 1.1.4.2 thorpej #endif /* _MACHINE_AUTOCONF_H_ */ 24