[PATCH] SharpSL: Add cxx00 support to the Corgi LCD driver
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-pxa / sharpsl.h
blob7007d8a1c5c5be26ff4a1f0127d6e28767e7124e
1 /*
2 * SharpSL SSP Driver
3 */
5 struct corgissp_machinfo {
6 int port;
7 int cs_lcdcon;
8 int cs_ads7846;
9 int cs_max1111;
10 int clk_lcdcon;
11 int clk_ads7846;
12 int clk_max1111;
15 void corgi_ssp_set_machinfo(struct corgissp_machinfo *machinfo);
18 * SharpSL Touchscreen Driver
21 unsigned long corgi_get_hsync_len(void);
22 unsigned long spitz_get_hsync_len(void);
23 void corgi_put_hsync(void);
24 void spitz_put_hsync(void);
25 void corgi_wait_hsync(void);
26 void spitz_wait_hsync(void);