1 #ifndef __MACH_GTA02_PM_WLAN_H
2 #define __MACH_GTA02_PM_WLAN_H
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);
10 #endif /* __MACH_GTA02_PM_WLAN_H */
This page took 0.050813 seconds and 5 git commands to generate.