aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h')
-rw-r--r--target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h b/target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h
new file mode 100644
index 000000000..b0ae90546
--- /dev/null
+++ b/target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h
@@ -0,0 +1,12 @@
+#ifndef __JBT6K74_H__
+#define __JBT6K74_H__
+
+#include <linux/spi/spi.h>
+
+struct jbt6k74_platform_data {
+ void (*reset)(int devindex, int level);
+ void (*probe_completed)(struct device *dev);
+ void (*enable_pixel_clock)(struct device *dev, int enable);
+};
+
+#endif