/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #ifndef _SOC_CPU_H #define _SOC_CPU_H #include #define CPUID_COOPERLAKE_SP_A0 0x05065a void cpx_init_cpus(struct device *dev); #endif