aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/files-2.6.30/include/linux/jbt6k74.h
blob: b0ae90546ae7ed526f3eb1c65047aae5caf6b172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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