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

#ifndef _QUARK_CPU_H_
#define _QUARK_CPU_H_

#include <device/device.h>

/* Supported CPUIDs */
#define CPUID_QUARK_X1000	0X590

#endif /* _QUARK_CPU_H_ */