Home | History | Annotate | Line # | Download | only in include
autoconf.h revision 1.1.4.3
      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 strayintr (int);
      7  1.1.4.2  thorpej 
      8  1.1.4.2  thorpej void inittodr (time_t);
      9  1.1.4.2  thorpej void resettodr (void);
     10  1.1.4.2  thorpej void cpu_initclocks (void);
     11  1.1.4.2  thorpej void decr_intr (struct clockframe *);
     12  1.1.4.2  thorpej void setstatclockrate (int);
     13  1.1.4.2  thorpej 
     14  1.1.4.2  thorpej #ifdef __BROKEN_DK_ESTABLISH
     15  1.1.4.2  thorpej void dk_cleanup(void);
     16  1.1.4.2  thorpej #endif
     17  1.1.4.2  thorpej 
     18  1.1.4.2  thorpej #endif /* _KERNEL */
     19  1.1.4.2  thorpej 
     20  1.1.4.2  thorpej #endif /* _MACHINE_AUTOCONF_H_ */
     21