f40bfc9267
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius <nils@rockbox.org> Tested-by: Nils Wallménius <nils@rockbox.org>
7 lines
89 B
Text
7 lines
89 B
Text
ttadec.c
|
|
#ifdef CPU_ARM
|
|
filter_arm.S
|
|
#endif
|
|
#ifdef CPU_COLDFIRE
|
|
filter_coldfire.S
|
|
#endif
|