1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 13:23:39 +03:00

[s3c24xx] Oops. forgot the header for the last commit.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16617 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2009-06-29 09:09:48 +00:00
parent 6e6898e461
commit 93c14ca8d5

View File

@ -5,8 +5,8 @@
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);
void (*enable_pixel_clock)(struct device *dev, int enable);
};
#endif