aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2442/include/mach/gta02-pm-wlan.h
blob: 48369789709be1da8a9f5b55986983e62117af17 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __MACH_GTA02_PM_WLAN_H
#define __MACH_GTA02_PM_WLAN_H

void gta02_wlan_reset(int assert_reset);
int gta02_wlan_query_rfkill_lock(void);
void gta02_wlan_query_rfkill_unlock(void);
void gta02_wlan_set_rfkill_cb(int (*cb)(void *user, int on), void *user);
void gta02_wlan_clear_rfkill_cb(void);

#endif /* __MACH_GTA02_PM_WLAN_H */