[x86] add rootwait option to the kernel command line (#6209)
[openwrt.git] / target / linux / s3c24xx / files-2.6.31 / 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 (*probe_completed)(struct device *dev);
9 void (*enable_pixel_clock)(struct device *dev, int enable);
10 };
11
12 #endif
This page took 0.051967 seconds and 5 git commands to generate.