summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/sansapatcher.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2008-06-17 17:52:13 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2008-06-17 17:52:13 +0000
commitd131a312668f2503546d7e1047c4a6be47ca0589 (patch)
tree9bd6582b61be4fd4af074d39a0b0c347dc8e8b6c /rbutil/sansapatcher/sansapatcher.h
parent8436e29e7e618db15ae28d9ff4c16c560f18deef (diff)
downloadrockbox-d131a312668f2503546d7e1047c4a6be47ca0589.tar.gz
rockbox-d131a312668f2503546d7e1047c4a6be47ca0589.zip
Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup exports a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17730 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/sansapatcher/sansapatcher.h')
-rw-r--r--rbutil/sansapatcher/sansapatcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/sansapatcher.h b/rbutil/sansapatcher/sansapatcher.h
index d082e6b08b..73abf6f9de 100644
--- a/rbutil/sansapatcher/sansapatcher.h
+++ b/rbutil/sansapatcher/sansapatcher.h
@@ -26,10 +26,11 @@ extern "C" {
26 26
27#include "sansaio.h" 27#include "sansaio.h"
28 28
29extern int sansa_verbose;
29/* Size of buffer for disk I/O - 8MB is large enough for any version 30/* Size of buffer for disk I/O - 8MB is large enough for any version
30 of the Apple firmware, but not the Nano's RSRC image. */ 31 of the Apple firmware, but not the Nano's RSRC image. */
31#define BUFFER_SIZE 8*1024*1024 32#define BUFFER_SIZE 8*1024*1024
32extern unsigned char* sectorbuf; 33extern unsigned char* sansa_sectorbuf;
33 34
34#define FILETYPE_MI4 0 35#define FILETYPE_MI4 0
35#define FILETYPE_INTERNAL 1 36#define FILETYPE_INTERNAL 1