aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/efi/efi_shim.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2023-05-23 14:46:48 +0100
committerMichael Brown <mcb30@ipxe.org>2023-05-23 14:46:48 +0100
commitf4a0c7a7529a6f60c6930257058598134a09d003 (patch)
tree308582bbd0eb53589a1cef06753af0a08a19692b /src/include/ipxe/efi/efi_shim.h
parentac991791cf8620eb1ba68339a17ce63754ac909d (diff)
downloadipxe-shim4.zip
ipxe-shim4.tar.gz
ipxe-shim4.tar.bz2
WIP - refactoring doneshim4
Diffstat (limited to 'src/include/ipxe/efi/efi_shim.h')
-rw-r--r--src/include/ipxe/efi/efi_shim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/efi_shim.h b/src/include/ipxe/efi/efi_shim.h
index ad8d24d..21f2431 100644
--- a/src/include/ipxe/efi/efi_shim.h
+++ b/src/include/ipxe/efi/efi_shim.h
@@ -14,6 +14,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
extern int efi_shim_require_loader;
extern int efi_shim_allow_pxe;
+extern int efi_shim_allow_sbat;
extern struct image_tag efi_shim __image_tag;
extern int efi_shim_install ( struct image *shim, EFI_HANDLE handle,