diff options
author | Carsten Haitzler <raster@rasterman.com> | 2003-09-23 08:09:32 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2003-09-23 08:09:32 +0000 |
commit | a5c2425084f670998654b7cf002d961dce963e82 (patch) | |
tree | 26bb48a4db414be854a6028c43364c23a02b4d3b /legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h | |
parent | cddaadb4477f3cc1b36d4f4fe68ba1f6abfa8a3d (diff) |
damn you salizar! damn you!
errr. i mean. ecore moves to HEAD!
SVN revision: 7475
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 | 30 |
1 files changed, 30 insertions, 0 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 new file mode 100644 index 0000000000..3c27a347c2 --- /dev/null +++ b/legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h | |||
@@ -0,0 +1,30 @@ | |||
1 | #ifndef _ECORE_FB_PRIVATE_H | ||
2 | #define _ECORE_FB_PRIVATE_H | ||
3 | |||
4 | /* hacks to stop people NEEDING #include <linux/h3600_ts.h> */ | ||
5 | #ifndef TS_SET_CAL | ||
6 | #define TS_SET_CAL 0x4014660b | ||
7 | #endif | ||
8 | #ifndef TS_GET_CAL | ||
9 | #define TS_GET_CAL 0x8014660a | ||
10 | #endif | ||
11 | #ifndef TS_SET_BACKLIGHT | ||
12 | #define TS_SET_BACKLIGHT 0x40086614 | ||
13 | #endif | ||
14 | #ifndef TS_GET_BACKLIGHT | ||
15 | #define TS_GET_BACKLIGHT 0x80086614 | ||
16 | #endif | ||
17 | #ifndef LED_ON | ||
18 | #define LED_ON 0x40046605 | ||
19 | #endif | ||
20 | #ifndef TS_SET_CONTRAST | ||
21 | #define TS_SET_CONTRAST 0x40046615 | ||
22 | #endif | ||
23 | #ifndef TS_GET_CONTRAST | ||
24 | #define TS_GET_CONTRAST 0x80046615 | ||
25 | #endif | ||
26 | #ifndef FLITE_ON | ||
27 | #define FLITE_ON 0x40046607 | ||
28 | #endif | ||
29 | |||
30 | #endif | ||