summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/efi_driver.h
diff options
context:
space:
mode:
authorMichael Brown2014-03-10 16:42:21 +0100
committerMichael Brown2014-03-10 17:39:46 +0100
commit8de6b973c487605002143d65d0082bb2ed50714e (patch)
treef30472b7cb371345aa5ee8bbc11570a6ec6bd536 /src/include/ipxe/efi/efi_driver.h
parent[efi] Allow for 64-bit EFI_STATUS codes (diff)
downloadipxe-8de6b973c487605002143d65d0082bb2ed50714e.tar.gz
ipxe-8de6b973c487605002143d65d0082bb2ed50714e.tar.xz
ipxe-8de6b973c487605002143d65d0082bb2ed50714e.zip
[efi] Allow driver to be unloaded
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/efi_driver.h')
-rw-r--r--src/include/ipxe/efi/efi_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/efi_driver.h b/src/include/ipxe/efi/efi_driver.h
index d7eec964..afa574d0 100644
--- a/src/include/ipxe/efi/efi_driver.h
+++ b/src/include/ipxe/efi/efi_driver.h
@@ -45,5 +45,6 @@ extern EFI_DEVICE_PATH_PROTOCOL *
efi_devpath_end ( EFI_DEVICE_PATH_PROTOCOL *path );
extern int efi_driver_install ( struct efi_driver *efidrv );
+extern void efi_driver_uninstall ( struct efi_driver *efidrv );
#endif /* _IPXE_EFI_DRIVER_H */