1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #include <stdint.h> 4 5 /* This will get updated by ifittool later on to point to the cbfs 'intel_fit' file. */ 6 __attribute__((used, __section__(".fit_pointer"))) const uint64_t fit_ptr = 0; 7