1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-20 13:11:05 +02:00
lars e2813918b9 [s3c24xx] Add 2.6.31 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-21 18:29:46 +00:00

13 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