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>
|
|
|
|
#elif defined(E500)
|
|
|
|
#include <machine/trap_booke.h>
|
|
|
|
#endif
|
2001-06-10 02:39:37 +00:00
|
|
|
|
2007-08-07 18:39:28 +00:00
|
|
|
#ifndef LOCORE
|
|
|
|
struct trapframe;
|
|
|
|
void trap(struct trapframe *);
|
|
|
|
#endif
|