repo.or.cz
/
linux-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
memory: tegra{20,30}-mc: Use dev_err_ratelimited()
[linux-2.6.git]
/
arch
/
arm
/
mach-imx
/
efika.h
blob
014aa985faaeb128f960dc48a0d84ef298813d89
1
#ifndef _EFIKA_H
2
#define _EFIKA_H
3
4
#define EFIKA_WLAN_EN IMX_GPIO_NR(2, 16)
5
#define EFIKA_WLAN_RESET IMX_GPIO_NR(2, 10)
6
#define EFIKA_USB_PHY_RESET IMX_GPIO_NR(2, 9)
7
8
void
__init
efika_board_common_init
(
void
);
9
10
#endif