From e25c1c6e43aafbbe6de077f142776da2e00c75cd Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 11 Nov 2008 14:46:13 +0000 Subject: 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 --- firmware/export/tuner.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/export/tuner.h') 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 */ -- cgit v1.1