aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/p10-wlan.h
blob: 4c71e831227407680a56d1c9c260b6310b70324d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * arch/arm/mach-s5pv210/u1.h
 */

#ifndef __P10_H__
#define __P10_H__

extern int s3c_gpio_slp_cfgpin(unsigned int pin, unsigned int config);
extern int s3c_gpio_slp_setpull_updown(unsigned int pin, unsigned int config);

extern int brcm_wlan_init(void);

#endif