Changeset 64c8132 in mainline for common/include/adt/bitmap.h
- Timestamp:
- 2024-12-22T22:02:35Z (18 hours ago)
- Children:
- 7b4c5c7
- Parents:
- 12dd36c
- git-author:
- Miroslav Cimerman <mc@…> (2024-12-22 21:45:23)
- git-committer:
- Miroslav Cimerman <mc@…> (2024-12-22 22:02:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/include/adt/bitmap.h
r12dd36c r64c8132 27 27 */ 28 28 29 /** @addtogroup kernel_generic_adt29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_BITMAP_H_36 #define KERN_BITMAP_H_35 #ifndef _LIBC_BITMAP_H_ 36 #define _LIBC_BITMAP_H_ 37 37 38 38 #include <stddef.h>
Note:
See TracChangeset
for help on using the changeset viewer.