From c5868175457f1c3d7b68fab2dcc962fa1d7bb4e7 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 17 May 2010 20:27:00 +0200 Subject: gta02: Add wlan power management device --- arch/arm/mach-s3c2440/include/mach/gta02-pm-wlan.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 arch/arm/mach-s3c2440/include/mach/gta02-pm-wlan.h (limited to 'arch/arm/mach-s3c2440/include/mach/gta02-pm-wlan.h') diff --git a/arch/arm/mach-s3c2440/include/mach/gta02-pm-wlan.h b/arch/arm/mach-s3c2440/include/mach/gta02-pm-wlan.h new file mode 100644 index 00000000000..48369789709 --- /dev/null +++ b/arch/arm/mach-s3c2440/include/mach/gta02-pm-wlan.h @@ -0,0 +1,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 */ -- cgit v1.2.3