Long policy

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8891 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-03-03 02:27:19 +00:00
parent 8ac3ae73c5
commit 8aa5bd11b2
2 changed files with 5 additions and 5 deletions

View file

@ -24,8 +24,8 @@
#define MALLOC_BUFSIZE (512*1024)
extern int mem_ptr;
extern int bufsize;
extern long mem_ptr;
extern long bufsize;
extern unsigned char* mp3buf; // The actual MP3 buffer from Rockbox
extern unsigned char* mallocbuf; // 512K from the start of MP3 buffer
extern unsigned char* filebuf; // The rest of the MP3 buffer