blob: 2da4dd73844d726ea985ccbb089455bdfa7adbca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* $NetBSD: trap.h,v 1.8 1995/02/12 19:19:39 chopps Exp $ */
#ifndef _MACHINE_TRAP_H_
#define _MACHINE_TRAP_H_
#include <m68k/trap.h>
/*
* make sure we don't have this one defined, it's no longer done
* with the REI emulation.
*/
#undef T_SSIR
#endif
|