Sign in
nest-open-source
/
nest-cam
/
v350
/
linux
/
ec79ae6f5efcbbeb40c8a5d47e949244184360db
/
.
/
arch
/
arm
/
include
/
asm
/
smp_scu.h
blob: 1cda3e40914fc6d7c0a40c155f2a5d7aeae28492 [
file
] [
log
] [
blame
]
#ifndef
__ASMARM_ARCH_SCU_H
#define
__ASMARM_ARCH_SCU_H
unsigned
int
scu_get_core_count
(
void
__iomem
*);
void
scu_enable
(
void
__iomem
*);
void
scu_disable
(
void
__iomem
*);
#endif