]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/boot/efi/shim.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / boot / efi / shim.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
b2bb40ce 2/*
b2bb40ce 3 * Port to systemd-boot
96b2fb93 4 * Copyright © 2017 Max Resch <resch.max@gmail.com>
b2bb40ce
MR
5 *
6 * Security Policy Handling
96b2fb93 7 * Copyright © 2012 <James.Bottomley@HansenPartnership.com>
b2bb40ce
MR
8 * https://github.com/mjg59/efitools
9 */
7a3c343c 10#pragma once
b2bb40ce
MR
11
12BOOLEAN shim_loaded(void);
13
14BOOLEAN secure_boot_enabled(void);
15
16EFI_STATUS security_policy_install(void);