summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi
diff options
context:
space:
mode:
authorMichael Brown2013-03-13 23:34:06 +0100
committerMichael Brown2013-03-13 23:42:15 +0100
commitdb014f3c23be19e11964d48f2bcb25b54a9bf722 (patch)
tree0a523365890a232cfced14ada30b71964cc5765e /src/include/ipxe/efi
parent[autoboot] Split main control flow out of main() into a new function ipxe() (diff)
downloadipxe-db014f3c23be19e11964d48f2bcb25b54a9bf722.tar.gz
ipxe-db014f3c23be19e11964d48f2bcb25b54a9bf722.tar.xz
ipxe-db014f3c23be19e11964d48f2bcb25b54a9bf722.zip
[efi] Add last_opened_snpdev()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi')
-rw-r--r--src/include/ipxe/efi/efi_snp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/efi_snp.h b/src/include/ipxe/efi/efi_snp.h
index c86760908..074d1b27d 100644
--- a/src/include/ipxe/efi/efi_snp.h
+++ b/src/include/ipxe/efi/efi_snp.h
@@ -71,5 +71,6 @@ struct efi_snp_device {
extern int efi_snp_hii_install ( struct efi_snp_device *snpdev );
extern void efi_snp_hii_uninstall ( struct efi_snp_device *snpdev );
+extern struct efi_snp_device * last_opened_snpdev ( void );
#endif /* _IPXE_EFI_SNP_H */