1 /* SPDX-License-Identifier: GPL-2.0-only */
6 uint8_t address
[sizeof(uint64_t)];
7 uint32_t size_reserved
;
9 uint8_t type_checksum_valid
;
13 __attribute((used
)) static struct fit_entry fit_table
[CONFIG_CPU_INTEL_NUM_FIT_ENTRIES
+ 1] = {
15 .address
= {'_', 'F', 'I', 'T', '_', ' ', ' ', ' '},
18 .type_checksum_valid
= 0x80,