summaryrefslogtreecommitdiff
path: root/arch/x86/machine/acpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/acpi.h')
-rw-r--r--arch/x86/machine/acpi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/acpi.h b/arch/x86/machine/acpi.h
index 1f65fd6..cf46660 100644
--- a/arch/x86/machine/acpi.h
+++ b/arch/x86/machine/acpi.h
@@ -19,8 +19,8 @@
* specification v1.0.
*/
-#ifndef _X86_ACPI_H
-#define _X86_ACPI_H
+#ifndef X86_ACPI_H
+#define X86_ACPI_H
#include <kern/init.h>
@@ -32,4 +32,4 @@
*/
INIT_OP_DECLARE(acpi_setup);
-#endif /* _X86_ACPI_H */
+#endif /* X86_ACPI_H */