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

#ifndef __BOARD_MOP500_WLAN_H
#define __BOARD_MOP500_WLAN_H

int mop500_wlan_init(void);

#endif