aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/efi
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2013-03-13 22:34:06 +0000
committerMichael Brown <mcb30@ipxe.org>2013-03-13 22:42:15 +0000
commitdb014f3c23be19e11964d48f2bcb25b54a9bf722 (patch)
tree0a523365890a232cfced14ada30b71964cc5765e /src/include/ipxe/efi
parent033f4c92ca86834e44cb3c2a75cdc87cdef80cf9 (diff)
downloadipxe-db014f3c23be19e11964d48f2bcb25b54a9bf722.zip
ipxe-db014f3c23be19e11964d48f2bcb25b54a9bf722.tar.gz
ipxe-db014f3c23be19e11964d48f2bcb25b54a9bf722.tar.bz2
[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 c867609..074d1b2 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 */