diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2001-01-14 20:25:26 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2001-01-14 20:25:26 +0000 |
commit | d468113ddc0c5ba8e16ecb9db979c3b98e031714 (patch) | |
tree | 7cdff44637fd7b9f5d0f433cdfd94a1a0e4fc6ea /sys/arch/mvme88k/include/trap.h | |
parent | 9e571f43f415bf69545d34b77b15070b97bd0397 (diff) |
Complete move to UVM virtual memory system. More header fixes.
Diffstat (limited to 'sys/arch/mvme88k/include/trap.h')
-rw-r--r-- | sys/arch/mvme88k/include/trap.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/mvme88k/include/trap.h b/sys/arch/mvme88k/include/trap.h index 14eea437121..ea39c46f055 100644 --- a/sys/arch/mvme88k/include/trap.h +++ b/sys/arch/mvme88k/include/trap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.h,v 1.5 1999/09/27 20:46:19 smurph Exp $ */ +/* $OpenBSD: trap.h,v 1.6 2001/01/14 20:25:24 smurph Exp $ */ /* * Mach Operating System * Copyright (c) 1992 Carnegie Mellon University @@ -27,9 +27,8 @@ /* * Trap codes */ - -#ifndef _M88K_TRAP_H -#define _M88K_TRAP_H 1 +#ifndef __MACHINE_TRAP_H__ +#define __MACHINE_TRAP_H__ /* * Trap type values @@ -73,5 +72,5 @@ #define T_INT 28 /* interrupt exception */ #define T_USER 29 /* user mode fault */ -#endif _M88K_TRAP_H +#endif __MACHINE_TRAP_H__ |