summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/efi/include')
-rw-r--r--sys/boot/efi/include/efilib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/include/efilib.h b/sys/boot/efi/include/efilib.h
index 1e7b269..abd3e50 100644
--- a/sys/boot/efi/include/efilib.h
+++ b/sys/boot/efi/include/efilib.h
@@ -34,5 +34,7 @@ extern EFI_RUNTIME_SERVICES *RS;
void *efi_get_table(EFI_GUID *tbl);
void efi_main(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table);
+EFI_PHYSICAL_ADDRESS efimd_va2pa(EFI_VIRTUAL_ADDRESS);
+
EFI_STATUS main(int argc, CHAR16 *argv[]);
void exit(EFI_STATUS status);
OpenPOWER on IntegriCloud