summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/sansapatcher.h
diff options
context:
space:
mode:
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