summaryrefslogtreecommitdiff
path: root/src/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.h')
-rw-r--r--src/boot.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/boot.h b/src/boot.h
index d813605..781e8fe 100644
--- a/src/boot.h
+++ b/src/boot.h
@@ -21,8 +21,8 @@
* DEALINGS IN THE SOFTWARE.
*/
-#ifndef _BOOT_H
-#define _BOOT_H
+#ifndef BOOT_H
+#define BOOT_H
/*
* The size of the boot stack.
@@ -31,4 +31,4 @@
*/
#define BOOT_STACK_SIZE 4096
-#endif /* _BOOT_H */
+#endif /* BOOT_H */