| 1 | #ifndef __JBT6K74_H__ |
| 2 | #define __JBT6K74_H__ |
| 3 | |
| 4 | #include <linux/spi/spi.h> |
| 5 | |
| 6 | struct jbt6k74_platform_data { |
| 7 | void (*reset)(int devindex, int level); |
| 8 | void (*probe_completed)(struct device *dev); |
| 9 | void (*enable_pixel_clock)(struct device *dev, int enable); |
| 10 | }; |
| 11 | |
| 12 | #endif |
| 13 | |