commonlib: Refactor CSE sync eventLog
[coreboot2.git] / src / security / intel / txt / txtlib.h
blob35703b6139a8795170d8711cebf183d94864fe68
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef SECURITY_INTEL_TXT_LIB_H_
4 #define SECURITY_INTEL_TXT_LIB_H_
6 #include <types.h>
8 bool is_establishment_bit_asserted(void);
10 bool is_txt_cpu(void);
12 #endif /* SECURITY_INTEL_TXT_LIB_H_ */