1 #ifndef _MACHINE_AUTOCONF_H_ 2 #define _MACHINE_AUTOCONF_H_ 3 4 #ifdef _KERNEL 5 void initppc (u_int, u_int, char *); 6 void strayintr (int); 7 8 void inittodr (time_t); 9 void resettodr (void); 10 void cpu_initclocks (void); 11 void decr_intr (struct clockframe *); 12 void setstatclockrate (int); 13 14 #ifdef __BROKEN_DK_ESTABLISH 15 void dk_cleanup(void); 16 #endif 17 18 #endif /* _KERNEL */ 19 20 #endif /* _MACHINE_AUTOCONF_H_ */ 21