summaryrefslogtreecommitdiff
path: root/kern/bitmap_i.h
AgeCommit message (Collapse)Author
2018-02-24Update license note about modules from librbraunRichard Braun
2018-02-24Don't use reserved identifiersRichard Braun
2017-06-15kern/bitmap: make bitmap_lookup conform to coding rulesRichard Braun
Macros with lower case names must have a function-like interface.
2017-06-13Various atomic access fixesRichard Braun
2017-05-31Move limits.h to the include directoryRichard Braun
This turns limits.h into a standard header.
2013-05-15kern/bitmap: move helper functions to bitmap_i.hRichard Braun
Although the dinstinction between those and the public interface was already easy to make, it's a bit more consistent and elegant this way.