difos/target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h
Lars-Peter Clausen 962da124e9 Oops. forgot the header for the last commit.
SVN-Revision: 16617
2009-06-29 09:09:48 +00:00

12 lines
263 B
C

#ifndef __JBT6K74_H__
#define __JBT6K74_H__
#include <linux/spi/spi.h>
struct jbt6k74_platform_data {
void (*reset)(int devindex, int level);
void (*probe_completed)(struct device *dev);
void (*enable_pixel_clock)(struct device *dev, int enable);
};
#endif