Changes in / [7b4c5c7:12dd36c] in mainline


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • common/adt/bitmap.c

    r7b4c5c7 r12dd36c  
    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
  • common/include/adt/bitmap.h

    r7b4c5c7 r12dd36c  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup kernel_generic_adt
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_BITMAP_H_
    36 #define _LIBC_BITMAP_H_
     35#ifndef KERN_BITMAP_H_
     36#define KERN_BITMAP_H_
    3737
    3838#include <stddef.h>
  • uspace/lib/c/meson.build

    r7b4c5c7 r12dd36c  
    5959
    6060src += files(
    61         'common/adt/bitmap.c',
    6261        'common/adt/checksum.c',
    6362        'common/adt/circ_buf.c',
Note: See TracChangeset for help on using the changeset viewer.