| /* |
| * linux/arch/arm/mach-omap2/board-zoom2-wifi.h |
| * |
| * Copyright (C) 2010 Texas Instruments Inc. |
| * |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| */ |
| |
| #ifndef _BOARD_4430SDP_WIFI_H |
| #define _BOARD_4430SDP_WIFI_H |
| #define CONFIG_WIFI_CONTROL_FUNC |
| #define SDP4430_WIFI_PMENA_GPIO 54 |
| #define SDP4430_WIFI_IRQ_GPIO 53 |
| #define AMTI_WIFI_IRQ_GPIO 3 |
| #define AMTI_WIFI_WEN_GPIO 2 |
| |
| void config_wlan_mux(void); |
| |
| #endif /*_BOARD_4430SDP_WIFI_H*/ |