diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1993-11-07 17:43:17 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1993-11-07 17:43:17 +0000 |
| commit | 6e393973f57e7b6f632b763cd588b79c84ab63d1 (patch) | |
| tree | 7642d79d397e1c876673a91bfe70b030e5bcb793 /sys/i386/include/reg.h | |
| parent | e766e4d9f13b6048678665e556a0da465bd9c545 (diff) | |
Notes
Diffstat (limited to 'sys/i386/include/reg.h')
| -rw-r--r-- | sys/i386/include/reg.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/include/reg.h b/sys/i386/include/reg.h index 11d930da8226..46f6b8084419 100644 --- a/sys/i386/include/reg.h +++ b/sys/i386/include/reg.h @@ -34,9 +34,12 @@ * SUCH DAMAGE. * * from: @(#)reg.h 5.5 (Berkeley) 1/18/91 - * $Id$ + * $Id: reg.h,v 1.2 1993/10/16 14:39:29 rgrimes Exp $ */ +#ifndef _MACHINE_REG_H_ +#define _MACHINE_REG_H_ 1 + /* * Location of the users' stored * registers within appropriate frame of 'trap' and 'syscall', relative to @@ -92,3 +95,4 @@ int ipcreg[NIPCREG] = { tES,tDS,tEDI,tESI,tEBP,tEBX,tEDX,tECX,tEAX,tEIP,tCS,tEFLAGS,tESP,tSS }; #endif +#endif /* _MACHINE_REG_H_ */ |
