blob: 35703b6139a8795170d8711cebf183d94864fe68 [file] [log] [blame]
Subrata Banik6a2495d2022-12-31 14:36:54 +05301/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef SECURITY_INTEL_TXT_LIB_H_
4#define SECURITY_INTEL_TXT_LIB_H_
5
6#include <types.h>
7
8bool is_establishment_bit_asserted(void);
9
10bool is_txt_cpu(void);
11
12#endif /* SECURITY_INTEL_TXT_LIB_H_ */