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

#ifndef AMD_BLOCK_CPU_H
#define AMD_BLOCK_CPU_H

int get_cpu_count(void);
void set_cstate_io_addr(void);
void write_resume_eip(void);

#endif /* AMD_BLOCK_CPU_H */