From bab3d7671790dd6a318cc5b72000419c5061e86f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 14 May 2025 22:19:54 +0100 Subject: [memmap] Define an API for managing the system memory map 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 --- src/include/bits/memmap.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/include/bits/memmap.h (limited to 'src/include/bits/memmap.h') diff --git a/src/include/bits/memmap.h b/src/include/bits/memmap.h new file mode 100644 index 000000000..d51ee4993 --- /dev/null +++ b/src/include/bits/memmap.h @@ -0,0 +1,15 @@ +#ifndef _BITS_MEMMAP_H +#define _BITS_MEMMAP_H + +/** @file + * + * Dummy architecture-specific system memory map + * + * This file is included only if the architecture does not provide its + * own version of this file. + * + */ + +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +#endif /* _BITS_MEMMAP_H */ -- cgit v1.2.3-55-g7522