Changes in / [7b4c5c7:12dd36c] in mainline
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
common/adt/bitmap.c
r7b4c5c7 r12dd36c 27 27 */ 28 28 29 /** @addtogroup libc29 /** @addtogroup kernel_generic_adt 30 30 * @{ 31 31 */ … … 43 43 #include <assert.h> 44 44 #include <macros.h> 45 #include <typedefs.h> 45 46 46 47 #define ALL_ONES 0xff -
common/include/adt/bitmap.h
r7b4c5c7 r12dd36c 27 27 */ 28 28 29 /** @addtogroup libc29 /** @addtogroup kernel_generic_adt 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_BITMAP_H_36 #define _LIBC_BITMAP_H_35 #ifndef KERN_BITMAP_H_ 36 #define KERN_BITMAP_H_ 37 37 38 38 #include <stddef.h> -
uspace/lib/c/meson.build
r7b4c5c7 r12dd36c 59 59 60 60 src += files( 61 'common/adt/bitmap.c',62 61 'common/adt/checksum.c', 63 62 'common/adt/circ_buf.c',
Note:
See TracChangeset
for help on using the changeset viewer.