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-12-21 17:21:33 +0100
committerLars-Peter Clausen <lars@metafoo.de>2009-12-21 17:21:33 +0100
commitdcdd2418c7d94123f3f687ef7befaf8319d72f9a (patch)
tree8d40395476f541cce90ceded561667f39f1628b2 /arch/arm/mach-s3c2442/include/mach/gta02-pm-wlan.h
parent2cc59440a693edb5beb1195c109ecd101f47c7d6 (diff)
parenta08aba8248820f067d73d1479721453f9a82c591 (diff)
Merge branch 'gta02-machine-2.6.32' into om-gta02-2.6.32
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 */