summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/include/trap.h
blob: d1b64809762bb9184ce82ad48b98a0da71e73d40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*	$OpenBSD: trap.h,v 1.2 1997/01/16 09:26:12 niklas Exp $	*/
/*	$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