diff options
author | Richard Braun <rbraun@sceen.net> | 2013-05-15 20:51:15 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2013-05-15 20:51:15 +0200 |
commit | 0a508edac7b34eebf1456e3a826ec1c468eafe34 (patch) | |
tree | 2b2cfdef99a03063ada4e9229ed2d764d182738f /kern/bitmap.c | |
parent | 564fd3aefe3fcb27de4c8fc375fc10293a002fa9 (diff) |
kern/bitmap: move helper functions to bitmap_i.h
Although the dinstinction between those and the public interface was already
easy to make, it's a bit more consistent and elegant this way.
Diffstat (limited to 'kern/bitmap.c')
-rw-r--r-- | kern/bitmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/bitmap.c b/kern/bitmap.c index 7343ba20..c2a4cbf8 100644 --- a/kern/bitmap.c +++ b/kern/bitmap.c @@ -16,6 +16,7 @@ */ #include <kern/bitmap.h> +#include <kern/bitmap_i.h> #include <kern/limits.h> static inline unsigned long |