summaryrefslogtreecommitdiff
path: root/kern/sref.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sref.h')
-rw-r--r--kern/sref.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/sref.h b/kern/sref.h
index fb62d837..cb61b6e4 100644
--- a/kern/sref.h
+++ b/kern/sref.h
@@ -28,8 +28,8 @@
* using sref counters in the work module itself.
*/
-#ifndef _KERN_SREF_H
-#define _KERN_SREF_H
+#ifndef KERN_SREF_H
+#define KERN_SREF_H
#include <kern/init.h>
@@ -113,4 +113,4 @@ struct sref_counter * sref_weakref_get(struct sref_weakref *weakref);
*/
INIT_OP_DECLARE(sref_bootstrap);
-#endif /* _KERN_SREF_H */
+#endif /* KERN_SREF_H */