summaryrefslogtreecommitdiffstats
path: root/include/efi/efi-payload.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/efi/efi-payload.h')
-rw-r--r--include/efi/efi-payload.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/efi/efi-payload.h b/include/efi/efi-payload.h
index 3713ef3592..774c069229 100644
--- a/include/efi/efi-payload.h
+++ b/include/efi/efi-payload.h
@@ -25,4 +25,7 @@ int efi_set_variable(char *name, efi_guid_t *vendor, uint32_t attributes,
void *buf, unsigned long size);
int efi_set_variable_usec(char *name, efi_guid_t *vendor, uint64_t usec);
+efi_physical_addr_t efi_earlymem_alloc(const struct efi_system_table *sys_table,
+ size_t *memsize);
+
#endif