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