summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/include/asm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/alpha/include/asm.h b/sys/alpha/include/asm.h
index 84601f3f509c..20253de247c1 100644
--- a/sys/alpha/include/asm.h
+++ b/sys/alpha/include/asm.h
@@ -25,6 +25,9 @@
* $FreeBSD$
*/
+#ifndef _MACHINE_ASM_H_
+#define _MACHINE_ASM_H_
+
/*
* Assembly coding style
*
@@ -642,3 +645,5 @@ label: ASCIZ msg; \
#else
#define __FBSDID(s) /* nothing */
#endif /* not lint and not STRIP_FBSDID */
+
+#endif /* !_MACHINE_ASM_H_ */