ffb5669540
Approved by: cognet (mentor) Obtained from: Juniper, Semihalf MFp4: e500
13 lines
198 B
C
13 lines
198 B
C
/* $FreeBSD$ */
|
|
|
|
#if defined(AIM)
|
|
#include <machine/trap_aim.h>
|
|
#elif defined(E500)
|
|
#include <machine/trap_booke.h>
|
|
#endif
|
|
|
|
#ifndef LOCORE
|
|
struct trapframe;
|
|
void trap(struct trapframe *);
|
|
#endif
|