goldfish: R.I.P.
[openwrt.git] / target / linux / s3c24xx / files-2.6.30 / arch / arm / mach-s3c2442 / include / mach / gta02-pm-wlan.h
1 #ifndef __MACH_GTA02_PM_WLAN_H
2 #define __MACH_GTA02_PM_WLAN_H
3
4 void gta02_wlan_reset(int assert_reset);
5 int gta02_wlan_query_rfkill_lock(void);
6 void gta02_wlan_query_rfkill_unlock(void);
7 void gta02_wlan_set_rfkill_cb(int (*cb)(void *user, int on), void *user);
8 void gta02_wlan_clear_rfkill_cb(void);
9
10 #endif /* __MACH_GTA02_PM_WLAN_H */