Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
824eb0c6ade808c4501e62fbcf0025f4e694cd11
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
arch
/
arm
/
mach-imx
/
efika.h
blob: 014aa985faaeb128f960dc48a0d84ef298813d89 [
file
] [
log
] [
blame
]
#ifndef
_EFIKA_H
#define
_EFIKA_H
#define
EFIKA_WLAN_EN IMX_GPIO_NR
(
2
,
16
)
#define
EFIKA_WLAN_RESET IMX_GPIO_NR
(
2
,
10
)
#define
EFIKA_USB_PHY_RESET IMX_GPIO_NR
(
2
,
9
)
void
__init efika_board_common_init
(
void
);
#endif