aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2442/include/mach/gta02-pm-wlan.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-01-22 11:35:02 +0100
committerLars-Peter Clausen <lars@metafoo.de>2010-01-22 11:35:02 +0100
commit4b77b926aee4832bdb86b46fc5a7b0f2e4467225 (patch)
treeca6050d70f12549a54e47f980313bf7f18e1097e /arch/arm/mach-s3c2442/include/mach/gta02-pm-wlan.h
parenteb97ba7e3da8998565058aedd3d57c1859083271 (diff)
parentefafd86ce0ed4494b150fd6b79965aaa65ff99dc (diff)
Merge branch 'gta02-machine-2.6.32' into gta02-machine-devices-2.6.32
Conflicts: arch/arm/mach-s3c2442/Kconfig arch/arm/mach-s3c2442/Makefile arch/arm/mach-s3c2442/mach-gta02.c
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 */