mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
better PLL support & slight fix (probably in keepalive handling)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5951 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
effb196053
commit
a11bb63d1e
2 changed files with 40 additions and 10 deletions
|
|
@ -190,6 +190,9 @@ static inline void invalidate_icache(void)
|
|||
|
||||
#elif CONFIG_CPU == TCC730
|
||||
|
||||
extern void set_pll_freq(int pll_index, long freq_out);
|
||||
|
||||
|
||||
extern void* volatile interrupt_vector[16] __attribute__ ((section(".idata")));
|
||||
|
||||
extern void ddma_transfer(int dir, int mem, long intAddr, long extAddr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue