soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / security / intel / cbnt / cbnt.h
blob08011f59655419a62dee1b0ece5ec7ea7ab9298c
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef SECURITY_INTEL_CBNT_H_
4 #define SECURITY_INTEL_CBNT_H_
6 #include <security/intel/txt/txt_register.h>
8 #define CBNT_BASE_ADDRESS TXT_PUBLIC_SPACE
10 #define CBNT_ERRORCODE (CBNT_BASE_ADDRESS + 0x30)
11 #define CBNT_BOOTSTATUS (CBNT_BASE_ADDRESS + 0xa0)
12 #define CBNT_BIOSACM_ERRORCODE (CBNT_BASE_ADDRESS + 0x328)
14 void intel_cbnt_log_registers(void);
16 #endif