trap.h revision 1.1
1/*	$NetBSD: trap.h,v 1.1 2000/05/25 22:12:01 is Exp $ */
2
3#ifndef _MACHINE_TRAP_H_
4#define _MACHINE_TRAP_H_
5
6#include <powerpc/trap.h>
7
8/* offset when MSR[IP] is set */
9#define EXC_UPPER 0xfff00000
10
11#endif /* _MACHINE_TRAP_H_ */
12