summaryrefslogtreecommitdiff
path: root/kern/rcu_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/rcu_types.h')
-rw-r--r--kern/rcu_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/rcu_types.h b/kern/rcu_types.h
index 12b8913f..058d34fa 100644
--- a/kern/rcu_types.h
+++ b/kern/rcu_types.h
@@ -18,8 +18,8 @@
* Isolated type definition used to avoid inclusion circular dependencies.
*/
-#ifndef _KERN_RCU_TYPES_H
-#define _KERN_RCU_TYPES_H
+#ifndef KERN_RCU_TYPES_H
+#define KERN_RCU_TYPES_H
#include <stdbool.h>
@@ -37,4 +37,4 @@ struct rcu_reader {
bool linked;
};
-#endif /* _KERN_RCU_TYPES_H */
+#endif /* KERN_RCU_TYPES_H */