Root/
| 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 */ |
| 11 |
