projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branches 'sh/pci-express-integration', 'sh/rsk-updates', 'sh/platform-updates...
[linux-2.6]
/
arch
/
arm
/
include
/
asm
/
smp_scu.h
1
#ifndef __ASMARM_ARCH_SCU_H
2
#define __ASMARM_ARCH_SCU_H
3
4
unsigned int scu_get_core_count(void __iomem *);
5
void scu_enable(void __iomem *);
6
7
#endif