repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: rockchip: fix broken build
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-bcm
/
bcm63xx_smp.h
blob
50b76044536ec9be2312efd8b29818805df689db
1
#ifndef __BCM63XX_SMP_H
2
#define __BCM63XX_SMP_H
3
4
struct
device_node
;
5
6
extern
void
bcm63138_secondary_startup
(
void
);
7
extern
int
bcm63xx_pmb_power_on_cpu
(
struct
device_node
*
dn
);
8
9
#endif
/* __BCM63XX_SMP_H */