mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-02 15:53:42 +00:00
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
|