repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: 6765/1: remove obsolete comment from asm/mach/arch.h
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
arch
/
arm
/
include
/
asm
/
smp_scu.h
blob
2376835015d62ce991abe4aef1f5946ac19707f5
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