1
0
Fork 0
forked from len0rd/rockbox

iPod 3G - initial (completely untested) attempt at audio support

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8847 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-02-26 15:59:46 +00:00
parent 4b9fbd1687
commit 2f76763d73
7 changed files with 184 additions and 96 deletions

View file

@ -1237,10 +1237,6 @@ void irq(void)
TIMER1();
}
void fiq(void)
{
/** TODO: implement this function **/
}
#endif
/* TODO: The following two function have been lifted straight from IPL, and