From 7914e90738ff37e6378b37632eb1f05bab7354d5 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 28 Sep 2007 10:20:02 +0000 Subject: Commit a subset of the dual core changes that have to do with cache handling, stacks, firmware startup and thread startup. Tested on e200, H10-20GB, iPod Color and 5.5G. Thread function return implemented for all targets. Some changes to plugins to follow shortly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14879 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/codec_crt0.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/codecs/codec_crt0.c') diff --git a/apps/codecs/codec_crt0.c b/apps/codecs/codec_crt0.c index c9c2cba370..1c61d84b47 100644 --- a/apps/codecs/codec_crt0.c +++ b/apps/codecs/codec_crt0.c @@ -32,6 +32,8 @@ extern unsigned char plugin_end_addr[]; extern enum codec_status codec_main(void); +CACHE_FUNCTION_WRAPPERS(ci); + enum codec_status codec_start(struct codec_api *api) { #ifndef SIMULATOR -- cgit v1.2.3