aboutsummaryrefslogtreecommitdiff
path: root/include/linux/jbt6k74.h
blob: 962b3fbe04a3994e8098cbe904605bb1fbc64bc9 (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 (*resuming)(int devindex); /* called when LCM is resumed */
	void (*probe_completed)(struct device *dev);
};

#endif