summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/apmvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include/apmvar.h')
-rw-r--r--sys/arch/amd64/include/apmvar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/apmvar.h b/sys/arch/amd64/include/apmvar.h
index b8a27a2ab83..1a3925ec0b9 100644
--- a/sys/arch/amd64/include/apmvar.h
+++ b/sys/arch/amd64/include/apmvar.h
@@ -1,5 +1,5 @@
/* XXX - DSR */
-/* $OpenBSD: apmvar.h,v 1.2 2009/02/26 17:19:47 oga Exp $ */
+/* $OpenBSD: apmvar.h,v 1.3 2011/03/23 16:54:34 pirofti Exp $ */
/*
* Copyright (c) 1995 John T. Kohl
@@ -29,8 +29,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*
*/
-#ifndef _I386_APMVAR_H_
-#define _I386_APMVAR_H_
+#ifndef _MACHINE_APMVAR_H_
+#define _MACHINE_APMVAR_H_
#include <sys/ioccom.h>
@@ -299,4 +299,4 @@ int apm_set_powstate(u_int devid, u_int powstate);
int apm_kqfilter(dev_t dev, struct knote *kn);
#endif /* _KERNEL */
-#endif /* _I386_APMVAR_H_ */
+#endif /* _MACHINE_APMVAR_H_ */