git.openpandora.org
/
pandora-kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegra
[pandora-kernel.git]
/
arch
/
arm
/
mach-mx5
/
efika.h
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