summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-01-18 23:43:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-01-18 23:43:12 +0000
commitcdede1b4245f3eacdf4fad534f442cbd0f76a03d (patch)
treebc190c6bbf1960763b5737d2d75de7bc58bf71a3
parent5cafcbb49b4c3ff4844d7a0a191f1f3ba5adc212 (diff)
Notes
-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_ */