Changeset 7b4c5c7 in mainline for common/include/adt/bitmap.h


Ignore:
Timestamp:
2024-12-22T22:10:50Z (18 hours ago)
Author:
GitHub <noreply@…>
Parents:
12dd36c (diff), 64c8132 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Miroslav Cimerman <70661600+mcimerman@…> (2024-12-22 22:10:50)
git-committer:
GitHub <noreply@…> (2024-12-22 22:10:50)
Message:

Merge 64c81329526384b209fb44070678037573c63325 into 12dd36c50ddb4a9f3ef61157afc0eaba800ce4ad

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/include/adt/bitmap.h

    r12dd36c r7b4c5c7  
    2727 */
    2828
    29 /** @addtogroup kernel_generic_adt
     29/** @addtogroup libc
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_BITMAP_H_
    36 #define KERN_BITMAP_H_
     35#ifndef _LIBC_BITMAP_H_
     36#define _LIBC_BITMAP_H_
    3737
    3838#include <stddef.h>
Note: See TracChangeset for help on using the changeset viewer.