summaryrefslogtreecommitdiff
path: root/firmware/export/tuner.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-11-11 14:46:13 +0000
committerDave Chapman <dave@dchapman.com>2008-11-11 14:46:13 +0000
commite25c1c6e43aafbbe6de077f142776da2e00c75cd (patch)
tree3d86e41239ae55e2e19cb4f5f7c27fec03d294fd /firmware/export/tuner.h
parent5c7d9f10150df77ad4ddc92fb3b2943225d0ed39 (diff)
downloadrockbox-e25c1c6e43aafbbe6de077f142776da2e00c75cd.zip
rockbox-e25c1c6e43aafbbe6de077f142776da2e00c75cd.tar.gz
rockbox-e25c1c6e43aafbbe6de077f142776da2e00c75cd.tar.bz2
rockbox-e25c1c6e43aafbbe6de077f142776da2e00c75cd.tar.xz
Add more driver stubs to make the Fuze and e200v2 main builds compile; Correct the memory definition for the Fuze (8MB)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19090 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/tuner.h')
-rw-r--r--firmware/export/tuner.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/tuner.h b/firmware/export/tuner.h
index a081472..8f1839a 100644
--- a/firmware/export/tuner.h
+++ b/firmware/export/tuner.h
@@ -102,6 +102,11 @@ extern int (*tuner_get)(int setting);
#include "tea5767.h"
#endif
+/* Silicon Labs 4700 */
+#if (CONFIG_TUNER & SI4700)
+#include "si4700.h"
+#endif
+
#endif /* SIMULATOR */
/* Additional messages that get enumerated after tuner driver headers */