diff options
Diffstat (limited to 'arch/arm/mach-pxa/sharpsl.h')
-rw-r--r-- | arch/arm/mach-pxa/sharpsl.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/sharpsl.h b/arch/arm/mach-pxa/sharpsl.h index 672262ee9d2b..7007d8a1c5c5 100644 --- a/arch/arm/mach-pxa/sharpsl.h +++ b/arch/arm/mach-pxa/sharpsl.h | |||
@@ -13,3 +13,14 @@ struct corgissp_machinfo { | |||
13 | }; | 13 | }; |
14 | 14 | ||
15 | void corgi_ssp_set_machinfo(struct corgissp_machinfo *machinfo); | 15 | void corgi_ssp_set_machinfo(struct corgissp_machinfo *machinfo); |
16 | |||
17 | /* | ||
18 | * SharpSL Touchscreen Driver | ||
19 | */ | ||
20 | |||
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); | ||