aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-u5500-wlan.h
blob: 89fd41166fdb92c971273c4196963a7c9386f7a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (C) ST-Ericsson SA 2011
 *
 * License terms:  GNU General Public License (GPL), version 2
 *
 * U5500 board specific cw1200 (WLAN device) initialization.
 *
 * Author: Dmitry Tarnyagin <dmitry.tarnyagin@stericsson.com>
 * Author: Bartosz Markowski <bartosz.markowski@tieto.com> for ST-Ericsson
 *
 */

#ifndef __BOARD_U5500_WLAN_H
#define __BOARD_U5500_WLAN_H

int u5500_wlan_init(void);

#endif