blob: 35703b6139a8795170d8711cebf183d94864fe68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef SECURITY_INTEL_TXT_LIB_H_
#define SECURITY_INTEL_TXT_LIB_H_
#include <types.h>
bool is_establishment_bit_asserted(void);
bool is_txt_cpu(void);
#endif /* SECURITY_INTEL_TXT_LIB_H_ */
|