mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
efi_loader: provide definition for efi_add_known_memory()
We should provide a definition in an include for efi_add_known_memory(). Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
6c2377f9a0
commit
a9f20ef37a
@ -1137,4 +1137,11 @@ efi_status_t efi_console_get_u16_string
|
||||
|
||||
efi_status_t efi_disk_get_device_name(const efi_handle_t handle, char *buf, int size);
|
||||
|
||||
/**
|
||||
* efi_add_known_memory() - add memory banks to EFI memory map
|
||||
*
|
||||
* This weak function may be overridden for specific architectures.
|
||||
*/
|
||||
void efi_add_known_memory(void);
|
||||
|
||||
#endif /* _EFI_LOADER_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user