aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/p10-wlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/p10-wlan.h')
-rw-r--r--arch/arm/mach-exynos/p10-wlan.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/p10-wlan.h b/arch/arm/mach-exynos/p10-wlan.h
new file mode 100644
index 0000000..4c71e83
--- /dev/null
+++ b/arch/arm/mach-exynos/p10-wlan.h
@@ -0,0 +1,13 @@
+/*
+ * arch/arm/mach-s5pv210/u1.h
+ */
+
+#ifndef __P10_H__
+#define __P10_H__
+
+extern int s3c_gpio_slp_cfgpin(unsigned int pin, unsigned int config);
+extern int s3c_gpio_slp_setpull_updown(unsigned int pin, unsigned int config);
+
+extern int brcm_wlan_init(void);
+
+#endif