freebsd-dev/sys/powerpc/include/trap.h
Nathan Whitehorn 13b5e92e01 Allow multiple inclusion of trap.h. This has always been broken, but
until recently never caused problems.
2012-03-29 02:02:14 +00:00

9 lines
124 B
C

/* $FreeBSD$ */
#if defined(AIM)
#include <machine/trap_aim.h>
#elif defined(E500)
#include <machine/trap_booke.h>
#endif