Add prototype for trap().
Approved by: re (blanket)
This commit is contained in:
parent
f7b55b6053
commit
ad9503cd37
@ -103,4 +103,11 @@
|
||||
#define EXC_ALI_RST(dsisr) ((dsisr >> 5) & 0x1f) /* source or target */
|
||||
#define EXC_ALI_RA(dsisr) (dsisr & 0x1f)
|
||||
|
||||
#ifndef LOCORE
|
||||
|
||||
struct trapframe;
|
||||
void trap(struct trapframe *);
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* _POWERPC_TRAP_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user