1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 /*
3  * Port to systemd-boot
4  * Copyright © 2017 Max Resch <resch.max@gmail.com>
5  *
6  * Security Policy Handling
7  * Copyright © 2012 <James.Bottomley@HansenPartnership.com>
8  * https://github.com/mjg59/efitools
9  */
10 #pragma once
11 
12 #include <efi.h>
13 
14 BOOLEAN shim_loaded(void);
15 
16 EFI_STATUS security_policy_install(void);
17