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
Linux 3.15-rc1
[linux/fpc-iii.git]
/
arch
/
mips
/
bcm47xx
/
bcm47xx_private.h
blob
0194c3b9a729acd979dfe858b45d96ada5d49f03
1
#ifndef LINUX_BCM47XX_PRIVATE_H_
2
#define LINUX_BCM47XX_PRIVATE_H_
3
4
#include <linux/kernel.h>
5
6
/* buttons.c */
7
int
__init
bcm47xx_buttons_register
(
void
);
8
9
/* leds.c */
10
void
__init
bcm47xx_leds_register
(
void
);
11
12
/* workarounds.c */
13
void
__init
bcm47xx_workarounds
(
void
);
14
15
#endif