]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/powerpc/include/trap.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / powerpc / include / trap.h
1 /* $FreeBSD$ */
2
3 #if defined(AIM)
4 #include <machine/trap_aim.h>
5 #elif defined(BOOKE)
6 #include <machine/trap_booke.h>
7 #endif
8