summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-01-18 23:43:12 +0000
committerobrien <obrien@FreeBSD.org>2003-01-18 23:43:12 +0000
commit9ae17ce1370af41bcf1c5db5630f056ec6e3345e (patch)
treebc190c6bbf1960763b5737d2d75de7bc58bf71a3 /sys/alpha
parenta390eae40f2d18e5bf240c53afc9494e13487b4e (diff)
downloadFreeBSD-src-9ae17ce1370af41bcf1c5db5630f056ec6e3345e.zip
FreeBSD-src-9ae17ce1370af41bcf1c5db5630f056ec6e3345e.tar.gz
Protect against multiple inclusions.
Diffstat (limited to 'sys/alpha')
-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 84601f3..20253de 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_ */
OpenPOWER on IntegriCloud