aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/psl.h
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1993-11-07 17:43:17 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1993-11-07 17:43:17 +0000
commit6e393973f57e7b6f632b763cd588b79c84ab63d1 (patch)
tree7642d79d397e1c876673a91bfe70b030e5bcb793 /sys/i386/include/psl.h
parente766e4d9f13b6048678665e556a0da465bd9c545 (diff)
Notes
Diffstat (limited to 'sys/i386/include/psl.h')
-rw-r--r--sys/i386/include/psl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/include/psl.h b/sys/i386/include/psl.h
index 21de5f7c3cd9..ca5653875c65 100644
--- a/sys/i386/include/psl.h
+++ b/sys/i386/include/psl.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* from: @(#)psl.h 5.2 (Berkeley) 1/18/91
- * $Id$
+ * $Id: psl.h,v 1.2 1993/10/16 14:39:26 rgrimes Exp $
*/
+#ifndef _MACHINE_PSL_H_
+#define _MACHINE_PSL_H_ 1
+
/*
* 386 processor status longword.
*/
@@ -59,3 +62,4 @@
#define PSL_USERSET (PSL_IOPL)
#define PSL_USERCLR (PSL_I|PSL_NT)
+#endif /* _MACHINE_PSL_H_ */