summaryrefslogtreecommitdiff
path: root/kern/percpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/percpu.h')
-rw-r--r--kern/percpu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/percpu.h b/kern/percpu.h
index e53f4e5a..96f706ea 100644
--- a/kern/percpu.h
+++ b/kern/percpu.h
@@ -50,8 +50,8 @@
* interrupt-safe.
*/
-#ifndef _KERN_PERCPU_H
-#define _KERN_PERCPU_H
+#ifndef KERN_PERCPU_H
+#define KERN_PERCPU_H
#include <assert.h>
#include <stddef.h>
@@ -121,4 +121,4 @@ INIT_OP_DECLARE(percpu_bootstrap);
*/
INIT_OP_DECLARE(percpu_setup);
-#endif /* _KERN_PERCPU_H */
+#endif /* KERN_PERCPU_H */