[kernel] generic-2.6/2.6.30: refresh patches
[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
This page took 0.040298 seconds and 5 git commands to generate.