aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/tdmb_pdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/tdmb_pdata.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/tdmb_pdata.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/tdmb_pdata.h b/arch/arm/mach-exynos/include/mach/tdmb_pdata.h
new file mode 100644
index 0000000..ce8a986
--- /dev/null
+++ b/arch/arm/mach-exynos/include/mach/tdmb_pdata.h
@@ -0,0 +1,31 @@
+/*
+*
+* arch/arm/mach-s5pv310/include/mach/tdmb_pdata.h
+*
+* tdmb driver
+*
+* Copyright (C) (2011, Samsung Electronics)
+*
+* This program is free software; you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation version 2.
+*
+* This program is distributed "as is" WITHOUT ANY WARRANTY of any
+* kind, whether express or implied; without even the implied warranty
+* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+*/
+
+#ifndef _TDMB_PDATA_H_
+#define _TDMB_PDATA_H_
+
+
+#if defined(CONFIG_TDMB) || defined(CONFIG_TDMB_MODULE)
+struct tdmb_platform_data {
+ void (*gpio_on) (void);
+ void (*gpio_off)(void);
+ int irq;
+};
+#endif
+#endif