diff options
Diffstat (limited to 'kern/bitmap_i.h')
-rw-r--r-- | kern/bitmap_i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/bitmap_i.h b/kern/bitmap_i.h index 9b79d3ce..11c23ebb 100644 --- a/kern/bitmap_i.h +++ b/kern/bitmap_i.h @@ -29,6 +29,8 @@ * to a bit inside the word pointed by the former. * * Implemented as a macro for const-correctness. + * + * TODO Fix interface. */ #define bitmap_lookup(bm, bit) \ MACRO_BEGIN \ |