smp_scu.h 147 B

1234567
  1. #ifndef __ASMARM_ARCH_SCU_H
  2. #define __ASMARM_ARCH_SCU_H
  3. unsigned int scu_get_core_count(void __iomem *);
  4. void scu_enable(void __iomem *);
  5. #endif