summaryrefslogtreecommitdiff
path: root/replacements.h
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2013-10-04 15:31:48 -0400
committerPeter Jones <pjones@redhat.com>2013-10-04 15:31:48 -0400
commit98a9957866b31d0ca457961932a9f997068f3ab3 (patch)
tree2ecf92366812e1efc47ada07004b607a0a39d03a /replacements.h
parent29d9c7c32799b3f9d95c8c971af827a049931801 (diff)
downloadefi-boot-shim-98a9957866b31d0ca457961932a9f997068f3ab3.tar.gz
efi-boot-shim-98a9957866b31d0ca457961932a9f997068f3ab3.zip
Unhook system services as we exit.
If we never find a valid thing to boot, we need to undo the weird things we've done. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'replacements.h')
-rw-r--r--replacements.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/replacements.h b/replacements.h
index 806c0386..5b57bc25 100644
--- a/replacements.h
+++ b/replacements.h
@@ -39,5 +39,6 @@ extern verification_method_t verification_method;
extern int loader_is_participating;
extern void hook_system_services(EFI_SYSTEM_TABLE *local_systab);
+extern void unhook_system_services(void);
#endif /* SHIM_REPLACEMENTS_H */