diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-10-15 21:41:46 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-10-15 21:41:46 +0000 |
commit | 8f8fbac1fddee1df554d6fe9f9ac344404257b82 (patch) | |
tree | 5a5526618155edd41e66bd357e52492aacbffcbf /firmware/export/hwcompat.h | |
parent | 566eae2e119f3c57b1df0782ddcc29fccedbf816 (diff) |
Philips tuner prepared, new middle layer to abstract which tuner is used
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5289 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/hwcompat.h')
-rw-r--r-- | firmware/export/hwcompat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/hwcompat.h b/firmware/export/hwcompat.h index ef3892b1fa..66f29f8b16 100644 --- a/firmware/export/hwcompat.h +++ b/firmware/export/hwcompat.h @@ -27,6 +27,7 @@ #define USB_ACTIVE_HIGH 0x0100 #define PR_ACTIVE_HIGH 0x0100 #define LCD_CONTRAST_BIAS 0x0200 +#define TUNER_MODEL 0x0800 int read_rom_version(void); int read_hw_mask(void); |