bitmap: Add first cut at a bitmap module
This adds a module for manipulating bitmaps, based on the API from the
Linux kernel's bitmap.h. So far it's missing the trickier bits, but is
a little more flexible, allowing bitmaps that don't have to be contained
in an integer number of unsigned longs.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Showing
ccan/bitmap/LICENSE
0 → 120000
ccan/bitmap/_info
0 → 100644
ccan/bitmap/bitmap.h
0 → 100644
ccan/bitmap/test/run.c
0 → 100644
Please register or sign in to comment