1
0
Fork 0
forked from len0rd/rockbox

fix a mismatch between the .h and .c for non-MAS players, and fixed some

warnings too


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5760 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-02-03 10:06:02 +00:00
parent 8ef88a1815
commit 7030e29abb
2 changed files with 5 additions and 5 deletions

View file

@ -247,7 +247,7 @@ struct plugin_api {
#endif
/* MAS communication */
#ifndef SIMULATOR
#if !defined(SIMULATOR) && (CONFIG_HWCODEC != MASNONE)
int (*mas_readmem)(int bank, int addr, unsigned long* dest, int len);
int (*mas_writemem)(int bank, int addr, const unsigned long* src, int len);
int (*mas_readreg)(int reg);