phonepad:touch screen: add ct360 struct in board.h
authorhhb <hhb@rock-chips.com>
Thu, 20 Sep 2012 02:40:11 +0000 (10:40 +0800)
committerhhb <hhb@rock-chips.com>
Thu, 20 Sep 2012 02:40:11 +0000 (10:40 +0800)
arch/arm/plat-rk/include/plat/board.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 4d98dfd..4a9c3ce
@@ -158,6 +158,15 @@ struct goodix_platform_data {
        void (*exit_platform_hw)(void);
 };
 
+struct ct360_platform_data {
+       u16             model;
+       u16             x_max;
+       u16             y_max;
+       void    (*hw_init)(void);
+       void    (*shutdown)(int);
+};
+
+
 struct cm3217_platform_data {
        int irq_pin;
        int power_pin;