mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-18 01:23:36 -04:00
7 lines
147 B
C
7 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
|