diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-02-16 12:12:41 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-02-20 11:09:33 +0100 |
| commit | 5ce629db2512d70f298bc1d422fefad63a74c7f5 (patch) | |
| tree | 7ad88eb8021be9afd2473d3cde1ab75af3ccbbbf /lib | |
| parent | 41d5734442c03439a534abfc2493d0ce9ca5000a (diff) | |
efi_loader: make efi_add_memory_map_pg() static
The function is only used in the efi_memory.c module.
Reviewed-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efi_loader/efi_memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/efi_memory.c b/lib/efi_loader/efi_memory.c index 11d092dc289..6d00b186250 100644 --- a/lib/efi_loader/efi_memory.c +++ b/lib/efi_loader/efi_memory.c @@ -268,6 +268,7 @@ static s64 efi_mem_carve_out(struct efi_mem_list *map, * memory * Return: status code */ +static efi_status_t efi_add_memory_map_pg(u64 start, u64 pages, int memory_type, bool overlap_conventional) |
