soc/mediatek/mt8196: Add PMIC MT6373 driver
[coreboot.git] / src / cpu / intel / fit / fit.c
blob060023191aea087c485a29ab29dfb42fc9f682f5
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <stdint.h>
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;