summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/ipodpatcher.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-04-13 23:28:20 +0000
committerDave Chapman <dave@dchapman.com>2007-04-13 23:28:20 +0000
commit427fff4320df478cc0d7a6fa5d68e08d70a844b8 (patch)
tree225a8c24ed7304c9fe23ffa16698cca152985801 /rbutil/ipodpatcher/ipodpatcher.h
parent266707f81856e4a8310f6d8dacfc7b9a7033106c (diff)
downloadrockbox-427fff4320df478cc0d7a6fa5d68e08d70a844b8.tar.gz
rockbox-427fff4320df478cc0d7a6fa5d68e08d70a844b8.zip
Add -rfb option for reading the main firmware (OSOS image) as a binary file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13148 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/ipodpatcher/ipodpatcher.h')
-rw-r--r--rbutil/ipodpatcher/ipodpatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/ipodpatcher/ipodpatcher.h b/rbutil/ipodpatcher/ipodpatcher.h
index 4c1eee58af..2339687318 100644
--- a/rbutil/ipodpatcher/ipodpatcher.h
+++ b/rbutil/ipodpatcher/ipodpatcher.h
@@ -41,7 +41,7 @@ int diskmove(struct ipod_t* ipod, int delta);
41int add_bootloader(struct ipod_t* ipod, char* filename, int type); 41int add_bootloader(struct ipod_t* ipod, char* filename, int type);
42int delete_bootloader(struct ipod_t* ipod); 42int delete_bootloader(struct ipod_t* ipod);
43int write_firmware(struct ipod_t* ipod, char* filename, int type); 43int write_firmware(struct ipod_t* ipod, char* filename, int type);
44int read_firmware(struct ipod_t* ipod, char* filename); 44int read_firmware(struct ipod_t* ipod, char* filename, int type);
45int read_directory(struct ipod_t* ipod); 45int read_directory(struct ipod_t* ipod);
46int list_images(struct ipod_t* ipod); 46int list_images(struct ipod_t* ipod);
47int getmodel(struct ipod_t* ipod, int ipod_version); 47int getmodel(struct ipod_t* ipod, int ipod_version);