forked from len0rd/rockbox
Killed a sim warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2634 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1fc66affcd
commit
5c6ecc8980
1 changed files with 2 additions and 0 deletions
|
@ -37,8 +37,10 @@
|
||||||
|
|
||||||
extern void bitswap(unsigned char *data, int length);
|
extern void bitswap(unsigned char *data, int length);
|
||||||
|
|
||||||
|
#ifndef SIMULATOR
|
||||||
static int get_unplayed_space(void);
|
static int get_unplayed_space(void);
|
||||||
static int get_unswapped_space(void);
|
static int get_unswapped_space(void);
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MPEG_PLAY 1
|
#define MPEG_PLAY 1
|
||||||
#define MPEG_STOP 2
|
#define MPEG_STOP 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue