summaryrefslogtreecommitdiff
path: root/src/boot/efi/shim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/shim.h')
-rw-r--r--src/boot/efi/shim.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/boot/efi/shim.h b/src/boot/efi/shim.h
index c847ae97a4..209c9d4cf0 100644
--- a/src/boot/efi/shim.h
+++ b/src/boot/efi/shim.h
@@ -7,16 +7,10 @@
* Copyright © 2012 <James.Bottomley@HansenPartnership.com>
* https://github.com/mjg59/efitools
*/
-
-#ifndef __SDBOOT_SHIM_H
-#define __SDBOOT_SHIM_H
+#pragma once
BOOLEAN shim_loaded(void);
BOOLEAN secure_boot_enabled(void);
EFI_STATUS security_policy_install(void);
-
-EFI_STATUS security_policy_uninstall(void);
-
-#endif