aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/tss.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/tss.h')
-rw-r--r--sys/i386/include/tss.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/include/tss.h b/sys/i386/include/tss.h
index fec3db510808..b0430def66d2 100644
--- a/sys/i386/include/tss.h
+++ b/sys/i386/include/tss.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* from: @(#)tss.h 5.4 (Berkeley) 1/18/91
- * $Id$
+ * $Id: tss.h,v 1.2 1993/10/16 14:39:38 rgrimes Exp $
*/
+#ifndef _MACHINE_TSS_H_
+#define _MACHINE_TSS_H_ 1
+
/*
* Intel 386 Context Data Type
*/
@@ -77,3 +80,4 @@ struct i386tss {
int tss_ioopt; /* options & io offset bitmap: currently zero */
/* XXX unimplemented .. i/o permission bitmap */
};
+#endif /* _MACHINE_TSS_H_ */