summaryrefslogtreecommitdiff
path: root/kern/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/bitmap.h')
-rw-r--r--kern/bitmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/bitmap.h b/kern/bitmap.h
index 9a3d7a0..6ca0eef 100644
--- a/kern/bitmap.h
+++ b/kern/bitmap.h
@@ -21,8 +21,8 @@
* is the responsibility of the caller.
*/
-#ifndef _KERN_BITMAP_H
-#define _KERN_BITMAP_H
+#ifndef KERN_BITMAP_H
+#define KERN_BITMAP_H
#include <limits.h>
#include <string.h>
@@ -193,4 +193,4 @@ for ((bit) = 0; \
&& (((bit) = bitmap_find_next_zero(bm, nr_bits, bit)) != -1); \
(bit)++)
-#endif /* _KERN_BITMAP_H */
+#endif /* KERN_BITMAP_H */