projects
/
akaros.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added makefile machinary to generate the build information data
[akaros.git]
/
kern
/
include
/
bitmask.h
diff --git
a/kern/include/bitmask.h
b/kern/include/bitmask.h
index
a3433a4
..
87e5e4a
100644
(file)
--- a/
kern/include/bitmask.h
+++ b/
kern/include/bitmask.h
@@
-1,5
+1,4
@@
-#ifndef ROS_KERN_BITMASK_H
-#define ROS_KERN_BITMASK_H
+#pragma once
#include <arch/bitmask.h>
@@
-53,5
+52,3
@@
static inline void CLR_BITMASK_RANGE(uint8_t* m, size_t beg, size_t end)
(work_fn)(i); \
} \
}
-
-#endif /* ROS_KERN_BITMASK_H */