aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2442/include/mach/gta02-pm-wlan.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2009-10-04 20:54:02 +0200
committerLars-Peter Clausen <lars@metafoo.de>2009-12-06 09:54:07 +0100
commitaa20bf0814698e26ec6a850a5c215446a7087d22 (patch)
tree6e81a3449969051af98b7b0396f23860af453808 /arch/arm/mach-s3c2442/include/mach/gta02-pm-wlan.h
parent4924a969d8dde0e15e67dcc1fb6e2b7df6cb90f5 (diff)
Add power management devices.
Diffstat (limited to 'arch/arm/mach-s3c2442/include/mach/gta02-pm-wlan.h')
-rw-r--r--arch/arm/mach-s3c2442/include/mach/gta02-pm-wlan.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2442/include/mach/gta02-pm-wlan.h b/arch/arm/mach-s3c2442/include/mach/gta02-pm-wlan.h
new file mode 100644
index 00000000000..48369789709
--- /dev/null
+++ b/arch/arm/mach-s3c2442/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 */