summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/trap.h
blob: 271092ae5389846ff1ee2df3522f397041bbc111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $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
OpenPOWER on IntegriCloud