1995-02-12 22:18:33 +03:00
|
|
|
/* $NetBSD: trap.h,v 1.8 1995/02/12 19:19:39 chopps Exp $ */
|
1994-10-26 05:01:24 +03:00
|
|
|
|
1994-04-10 06:28:14 +04:00
|
|
|
#ifndef _MACHINE_TRAP_H_
|
|
|
|
#define _MACHINE_TRAP_H_
|
1993-07-05 23:19:43 +04:00
|
|
|
|
1994-01-27 00:12:12 +03:00
|
|
|
#include <m68k/trap.h>
|
1994-04-10 06:06:32 +04:00
|
|
|
|
1995-02-12 22:18:33 +03:00
|
|
|
/*
|
|
|
|
* make sure we don't have this one defined, it's no longer done
|
|
|
|
* with the REI emulation.
|
|
|
|
*/
|
|
|
|
#undef T_SSIR
|
|
|
|
|
1994-04-10 06:06:32 +04:00
|
|
|
#endif
|