Changeset 64c8132 in mainline for common/adt/bitmap.c


Ignore:
Timestamp:
2024-12-22T22:02:35Z (18 hours ago)
Author:
Miroslav Cimerman <mc@…>
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)
Message:

Allow bitmap to be used in userspace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/adt/bitmap.c

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