1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Secure boot definitions
5 * Copyright (C) 2019 IBM Corporation
8 #ifndef _ASM_POWER_SECURE_BOOT_H
9 #define _ASM_POWER_SECURE_BOOT_H
11 #ifdef CONFIG_PPC_SECURE_BOOT
13 bool is_ppc_secureboot_enabled(void);
14 bool is_ppc_trustedboot_enabled(void);
18 static inline bool is_ppc_secureboot_enabled(void)
23 static inline bool is_ppc_trustedboot_enabled(void)