Home | History | Annotate | Line # | Download | only in include
autoconf.h revision 1.3.4.2
      1  1.3.4.2  nathanw #ifndef _MACHINE_AUTOCONF_H_
      2  1.3.4.2  nathanw #define _MACHINE_AUTOCONF_H_
      3  1.3.4.2  nathanw 
      4  1.3.4.2  nathanw #ifdef _KERNEL
      5  1.3.4.2  nathanw void initppc (u_int, u_int, char *);
      6  1.3.4.2  nathanw void strayintr (int);
      7  1.3.4.2  nathanw 
      8  1.3.4.2  nathanw void inittodr (time_t);
      9  1.3.4.2  nathanw void resettodr (void);
     10  1.3.4.2  nathanw void cpu_initclocks (void);
     11  1.3.4.2  nathanw void decr_intr (struct clockframe *);
     12  1.3.4.2  nathanw void setstatclockrate (int);
     13  1.3.4.2  nathanw 
     14  1.3.4.2  nathanw #ifdef __BROKEN_DK_ESTABLISH
     15  1.3.4.2  nathanw void dk_cleanup(void);
     16  1.3.4.2  nathanw #endif
     17  1.3.4.2  nathanw 
     18  1.3.4.2  nathanw #endif /* _KERNEL */
     19  1.3.4.2  nathanw 
     20  1.3.4.2  nathanw #endif /* _MACHINE_AUTOCONF_H_ */
     21