Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.35-rc3 7 lines 147 B view raw
1#ifndef __ASMARM_ARCH_SCU_H 2#define __ASMARM_ARCH_SCU_H 3 4unsigned int scu_get_core_count(void __iomem *); 5void scu_enable(void __iomem *); 6 7#endif