aboutsummaryrefslogtreecommitdiff
path: root/include/linux/jbt6k74.h
blob: 1023eac429d371b3e7dfc480823ca7fa603f67ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __JBT6K74_H__
#define __JBT6K74_H__

#include <linux/spi/spi.h>
#include <linux/device.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