NetBSD/sys/arch/bebox/include/autoconf.h
matt 550ffff41b Make all powerpc ports use a common Makefile.powerpc (except walnut)
Enforce -Wmissing-prototypes -Wstrict-prototypes for all ppc ports.
Split out macppc cpu support and make common to mpc6xx ports.  Make
other mpc6xx ports use it.  Add evcnts for mpc6xx traps.
2001-08-26 02:47:33 +00:00

23 lines
516 B
C

#ifndef _MACHINE_AUTOCONF_H_
#define _MACHINE_AUTOCONF_H_
#ifdef _KERNEL
void initppc (u_int, u_int, u_int, void *);
void install_extint (void (*)(void));
void dumpsys (void);
void softnet (int);
void strayintr (int);
void *mapiodev (paddr_t, psize_t);
void lcsplx (int);
void inittodr (time_t);
void resettodr (void);
void cpu_initclocks (void);
void decr_intr (struct clockframe *);
void setstatclockrate (int);
int pfb_cnattach (int); /* pci/pfb.c */
#endif /* _KERNEL */
#endif /* _MACHINE_AUTOCONF_H_ */