summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/tss.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include/tss.h')
-rw-r--r--sys/arch/amd64/include/tss.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/tss.h b/sys/arch/amd64/include/tss.h
index f3ee6fdf705..d63d6bf062e 100644
--- a/sys/arch/amd64/include/tss.h
+++ b/sys/arch/amd64/include/tss.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tss.h,v 1.3 2010/11/20 20:11:17 miod Exp $ */
+/* $OpenBSD: tss.h,v 1.4 2011/03/23 16:54:34 pirofti Exp $ */
/* $NetBSD: tss.h,v 1.1 2003/04/26 18:39:49 fvdl Exp $ */
/*
@@ -36,8 +36,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _AMD64_TSS_H_
-#define _AMD64_TSS_H_
+#ifndef _MACHINE_TSS_H_
+#define _MACHINE_TSS_H_
/*
* TSS structure. Since TSS hw switching is not supported in long
@@ -59,4 +59,4 @@ struct x86_64_tss {
u_int16_t tss_iobase;
} __packed;
-#endif /* _AMD64_TSS_H_ */
+#endif /* _MACHINE_TSS_H_ */