summaryrefslogtreecommitdiffstats
path: root/src/include/bits/memmap.h
Commit message (Collapse)AuthorAgeFilesLines
* [memmap] Define an API for managing the system memory mapMichael Brown2025-05-161-0/+15
Define a generic system memory map API, based on the abstraction created for parsing the FDT memory map and adding a concept of hidden in-use memory regions as required to support patching the BIOS INT 15 memory map. Signed-off-by: Michael Brown <mcb30@ipxe.org>