diff options
author | Carsten Haitzler <raster@rasterman.com> | 2008-01-24 02:23:14 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2008-01-24 02:23:14 +0000 |
commit | ebdbf7c6ec4748674ea3a156b0e429dec2115eed (patch) | |
tree | 60929ff287f4a82e582c892612462df9aa61cb89 /legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h | |
parent | 40843fe6893bf08c08177c9e77d598c4ec44d683 (diff) |
tslib supprot back from tobias.
SVN revision: 33577
Diffstat (limited to 'legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h b/legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h index f687ea4d4c..2d098095e0 100644 --- a/legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h +++ b/legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h | |||
@@ -63,11 +63,14 @@ struct _Ecore_Fb_Input_Device | |||
63 | } keyboard; | 63 | } keyboard; |
64 | }; | 64 | }; |
65 | 65 | ||
66 | /* ecore_fb_ts.c */ | ||
67 | EAPI int ecore_fb_ts_init(void); | ||
68 | EAPI void ecore_fb_ts_shutdown(void); | ||
69 | |||
66 | /* ecore_fb_vt.c */ | 70 | /* ecore_fb_vt.c */ |
67 | int ecore_fb_vt_init(void); | 71 | int ecore_fb_vt_init(void); |
68 | void ecore_fb_vt_shutdown(void); | 72 | void ecore_fb_vt_shutdown(void); |
69 | 73 | ||
70 | #if 0 | ||
71 | /* hacks to stop people NEEDING #include <linux/h3600_ts.h> */ | 74 | /* hacks to stop people NEEDING #include <linux/h3600_ts.h> */ |
72 | #ifndef TS_SET_CAL | 75 | #ifndef TS_SET_CAL |
73 | #define TS_SET_CAL 0x4014660b | 76 | #define TS_SET_CAL 0x4014660b |
@@ -75,24 +78,5 @@ void ecore_fb_vt_shutdown(void); | |||
75 | #ifndef TS_GET_CAL | 78 | #ifndef TS_GET_CAL |
76 | #define TS_GET_CAL 0x8014660a | 79 | #define TS_GET_CAL 0x8014660a |
77 | #endif | 80 | #endif |
78 | #ifndef TS_SET_BACKLIGHT | 81 | |
79 | #define TS_SET_BACKLIGHT 0x40086614 | ||
80 | #endif | ||
81 | #ifndef TS_GET_BACKLIGHT | ||
82 | #define TS_GET_BACKLIGHT 0x80086614 | ||
83 | #endif | ||
84 | #ifndef LED_ON | ||
85 | #define LED_ON 0x40046605 | ||
86 | #endif | ||
87 | #ifndef TS_SET_CONTRAST | ||
88 | #define TS_SET_CONTRAST 0x40046615 | ||
89 | #endif | ||
90 | #ifndef TS_GET_CONTRAST | ||
91 | #define TS_GET_CONTRAST 0x80046615 | ||
92 | #endif | ||
93 | #ifndef FLITE_ON | ||
94 | #define FLITE_ON 0x40046607 | ||
95 | #endif | ||
96 | #endif | ||
97 | |||
98 | #endif | 82 | #endif |