efika.h 219 Bytes
Newer Older
Arnaud Patard (Rtp)'s avatar
Arnaud Patard (Rtp) committed
1 2 3
#ifndef _EFIKA_H
#define _EFIKA_H

4 5 6 7
#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)

Arnaud Patard (Rtp)'s avatar
Arnaud Patard (Rtp) committed
8 9 10
void __init efika_board_common_init(void);

#endif