mirror of
https://github.com/justinian/jsix.git
synced 2025-12-11 08:54:31 -08:00
Reduce dependency on efi library functions
This commit is contained in:
@@ -9,6 +9,6 @@ struct memory_map {
|
||||
EFI_MEMORY_DESCRIPTOR *entries;
|
||||
};
|
||||
|
||||
EFI_STATUS memory_get_map_length(size_t *size);
|
||||
EFI_STATUS memory_get_map(struct memory_map *map);
|
||||
EFI_STATUS memory_get_map_length(EFI_BOOT_SERVICES *bootsvc, size_t *size);
|
||||
EFI_STATUS memory_get_map(EFI_BOOT_SERVICES *bootsvc, struct memory_map *map);
|
||||
EFI_STATUS memory_dump_map(struct memory_map *map);
|
||||
|
||||
Reference in New Issue
Block a user