summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/include/soc/cpu.h
blob: ec83349a11c8b09b2d0c3459617d51780516eaff (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef AMD_CEZANNE_CPU_H
#define AMD_CEZANNE_CPU_H

#define CEZANNE_A0_CPUID	0x00a50f00

void check_mca(void);

#endif /* AMD_CEZANNE_CPU_H */