summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/cpx/include/soc/cpu.h
blob: 7f2f6cde6f8094e411b44feae4e517c9a90cf320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_CPU_H
#define _SOC_CPU_H

#include <device/device.h>

#define CPUID_COOPERLAKE_SP_A0			0x05065a

void cpx_init_cpus(struct device *dev);

#endif