]> git.ozlabs.org Git - ccan/commit - ccan/bitmap/bitmap.h
bitmap: Add helper macro to statically declare bitmaps
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 5 Sep 2013 14:37:14 +0000 (00:37 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 5 Sep 2013 14:37:14 +0000 (00:37 +1000)
commit6a9c567b3810c1518a8ecd014215baf21fa934d2
treec2a3b0086465fb3c0f04a1829be7d5d37161af73
parente0b9db615fab66e1b9236b0511dee948b8c4ece7
bitmap: Add helper macro to statically declare bitmaps

For use as direct locals, or when the size is a constant, inside
structure definitions.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
ccan/bitmap/_info
ccan/bitmap/bitmap.h
ccan/bitmap/test/run.c