1
0
Fork 0
forked from len0rd/rockbox

Provide dealloc function to sansapatcher.

Similar as done with ipodpatcher provide a function to free the allocated
sector buffer.

Change-Id: Ie51e82f7191496bb48973148af1cc35cd37993d3
This commit is contained in:
Dominik Riebeling 2013-01-01 13:23:47 +01:00
parent a8d291bd20
commit 163ab46170
6 changed files with 27 additions and 4 deletions

View file

@ -80,6 +80,7 @@ int sansa_seek(struct sansa_t* sansa, loff_t pos);
int sansa_read(struct sansa_t* sansa, unsigned char* buf, int nbytes);
int sansa_write(struct sansa_t* sansa, int nbytes);
int sansa_alloc_buffer(struct sansa_t* sansa, int bufsize);
int sansa_dealloc_buffer(struct sansa_t* sansa);
#ifdef __cplusplus
}