[s3c24xx] bump to 2.6.30-rc6
[openwrt.git] / target / linux / s3c24xx / files-2.6.30 / include / linux / jbt6k74.h
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 (*resuming)(int devindex); /* called when LCM is resumed */
9         void (*probe_completed)(struct device *dev);
10 };
11
12 #endif