]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/boot/efi/shim.h
pkgconfig: define variables relative to ${prefix}/${rootprefix}/${sysconfdir}
[thirdparty/systemd.git] / src / boot / efi / shim.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
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 BOOLEAN shim_loaded(void);
13
14 BOOLEAN secure_boot_enabled(void);
15
16 EFI_STATUS security_policy_install(void);
17
18 EFI_STATUS security_policy_uninstall(void);