summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios/apm.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-09-24 18:46:39 +0000
committerjhb <jhb@FreeBSD.org>2008-09-24 18:46:39 +0000
commitd652830aef6bca57c9b5b003875f4e135151573f (patch)
tree19ec2c8599bd2c9d2e7b8945ecb5de8ba17cd501 /sys/i386/bios/apm.h
parent821d9baa1ce9dda48595b145423f58a40529bc7d (diff)
downloadFreeBSD-src-d652830aef6bca57c9b5b003875f4e135151573f.zip
FreeBSD-src-d652830aef6bca57c9b5b003875f4e135151573f.tar.gz
Add multiple include guards.
Diffstat (limited to 'sys/i386/bios/apm.h')
-rw-r--r--sys/i386/bios/apm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/bios/apm.h b/sys/i386/bios/apm.h
index 2b20e61..03c4470 100644
--- a/sys/i386/bios/apm.h
+++ b/sys/i386/bios/apm.h
@@ -18,6 +18,9 @@
* $FreeBSD$
*/
+#ifndef __APM_H__
+#define __APM_H__
+
#define APM_NEVENTS 16
#define APM_NPMEV 13
#define APM_UNKNOWN 0xff
@@ -51,3 +54,4 @@ struct apm_softc {
u_char event_filter[APM_NPMEV];
};
+#endif /* !__APM_H__ */
OpenPOWER on IntegriCloud