summaryrefslogtreecommitdiff
path: root/kern/xcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/xcall.h')
-rw-r--r--kern/xcall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/xcall.h b/kern/xcall.h
index 47331526..666f24f7 100644
--- a/kern/xcall.h
+++ b/kern/xcall.h
@@ -23,8 +23,8 @@
* TODO Asynchronous cross-calls.
*/
-#ifndef _KERN_XCALL_H
-#define _KERN_XCALL_H
+#ifndef KERN_XCALL_H
+#define KERN_XCALL_H
#include <kern/init.h>
@@ -61,4 +61,4 @@ void xcall_intr(void);
*/
INIT_OP_DECLARE(xcall_setup);
-#endif /* _KERN_XCALL_H */
+#endif /* KERN_XCALL_H */