summaryrefslogtreecommitdiffstats
path: root/sys/sys/efi.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-12-19 19:01:43 +0000
committerimp <imp@FreeBSD.org>2015-12-19 19:01:43 +0000
commit3e2743eaf621b6c146aea36c7052c7acb626213f (patch)
treeb034210538061d2ac58b24709d28f1f7bc420ee2 /sys/sys/efi.h
parent02742ba285e8e8670e8855fdbe66e0f82d9b4bb6 (diff)
downloadFreeBSD-src-3e2743eaf621b6c146aea36c7052c7acb626213f.zip
FreeBSD-src-3e2743eaf621b6c146aea36c7052c7acb626213f.tar.gz
Save the physical address passed into the kernel of the UEFI system
table.
Diffstat (limited to 'sys/sys/efi.h')
-rw-r--r--sys/sys/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/efi.h b/sys/sys/efi.h
index 4c5d937..a4ffeb0 100644
--- a/sys/sys/efi.h
+++ b/sys/sys/efi.h
@@ -151,4 +151,5 @@ struct efi_systbl {
uint64_t st_cfgtbl;
};
+extern vm_paddr_t efi_systbl;
#endif /* _SYS_EFI_H_ */
OpenPOWER on IntegriCloud