• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/include/mach/
1#ifndef __MACH_GTA02_PM_WLAN_H
2#define __MACH_GTA02_PM_WLAN_H
3
4void gta02_wlan_reset(int assert_reset);
5int gta02_wlan_query_rfkill_lock(void);
6void gta02_wlan_query_rfkill_unlock(void);
7void gta02_wlan_set_rfkill_cb(int (*cb)(void *user, int on), void *user);
8void gta02_wlan_clear_rfkill_cb(void);
9
10#endif /* __MACH_GTA02_PM_WLAN_H */
11