2008-03-03 13:20:52 +00:00
|
|
|
/* $FreeBSD$ */
|
2001-06-10 02:39:37 +00:00
|
|
|
|
2008-03-03 13:20:52 +00:00
|
|
|
#if defined(AIM)
|
|
|
|
#include <machine/trap_aim.h>
|
2012-05-27 10:25:20 +00:00
|
|
|
#elif defined(BOOKE)
|
2008-03-03 13:20:52 +00:00
|
|
|
#include <machine/trap_booke.h>
|
|
|
|
#endif
|
2001-06-10 02:39:37 +00:00
|
|
|
|