forked from len0rd/rockbox
Gmini SMSC chip improvements
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6030 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e638eadaff
commit
376057d2b6
4 changed files with 40 additions and 25 deletions
|
@ -199,7 +199,7 @@ 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,
|
||||
extern void ddma_transfer(int dir, int mem, void* intAddr, long extAddr,
|
||||
int num);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue