diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-31 08:57:14 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-31 08:57:14 +0100 |
| commit | 1891d7343a9ac25ab157c4495581a0fcbd7fbcbf (patch) | |
| tree | c6da72fdf5db30c67c28e968883f869ee57600d0 /lib/mp-bit.h | |
| parent | 18d33e155d2f56e59eb49dadbb30ab2f7ac3e852 (diff) | |
feat! refactor NeBoot for NeKernel.org v1.0.0
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'lib/mp-bit.h')
| -rw-r--r-- | lib/mp-bit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mp-bit.h b/lib/mp-bit.h index 869c7c3..924fcdf 100644 --- a/lib/mp-bit.h +++ b/lib/mp-bit.h @@ -7,7 +7,7 @@ #ifndef __BITMANIP_H__ #define __BITMANIP_H__ -/// Name: CoreBoot Bits API. +/// Name: NeBoot Bits API. /// Purpose: Bit manip helpers. #define cb_set_bit(X, O) X = (1 << O) | X |
