Changes in common/adt/bitmap.c [64c8132:ad9178bf] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/adt/bitmap.c

    r64c8132 rad9178bf  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup kernel_generic_adt
    3030 * @{
    3131 */
     
    4343#include <assert.h>
    4444#include <macros.h>
     45#include <typedefs.h>
    4546
    4647#define ALL_ONES    0xff
Note: See TracChangeset for help on using the changeset viewer.