/* $FreeBSD$ */ #if defined(AIM) #include #elif defined(E500) #include #endif #ifndef LOCORE struct trapframe; void trap(struct trapframe *); #endif