projects
/
akaros.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rework memory allocation flags [1/2]
[akaros.git]
/
kern
/
include
/
bitmap.h
diff --git
a/kern/include/bitmap.h
b/kern/include/bitmap.h
index
6951ea3
..
46dc7da
100644
(file)
--- a/
kern/include/bitmap.h
+++ b/
kern/include/bitmap.h
@@
-1,5
+1,4
@@
-#ifndef __LINUX_BITMAP_H
-#define __LINUX_BITMAP_H
+#pragma once
#include <bitops.h>
@@
-298,5
+297,3
@@
static inline int bitmap_parse(const char *buf, unsigned int buflen,
{
return __bitmap_parse(buf, buflen, 0, maskp, nmaskbits);
}
-
-#endif /* __LINUX_BITMAP_H */