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