mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 01:56:42 +07:00
a8cbcd92bd
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
8 lines
147 B
C
8 lines
147 B
C
#ifndef __ASMARM_ARCH_SCU_H
|
|
#define __ASMARM_ARCH_SCU_H
|
|
|
|
unsigned int scu_get_core_count(void __iomem *);
|
|
void scu_enable(void __iomem *);
|
|
|
|
#endif
|