diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-08-23 20:06:46 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-08-23 20:06:46 +0000 |
commit | d6b219387c2a5c31c070186e08b02e68b266d21d (patch) | |
tree | abb85c387ee3a387b8d41c840ef2e0f1cf52622c /utils/MTP/beastpatcher/beastpatcher.h | |
parent | 7feb6399383eb3b5cb63ba5f1d2db3117fd09528 (diff) | |
download | rockbox-d6b219387c2a5c31c070186e08b02e68b266d21d.tar.gz rockbox-d6b219387c2a5c31c070186e08b02e68b266d21d.zip |
Extend beastpatcher command line.
- prepare for building without included bootloader binary
- allow specifying a bootloader.bin file on the command line
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22479 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/beastpatcher/beastpatcher.h')
-rw-r--r-- | utils/MTP/beastpatcher/beastpatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/MTP/beastpatcher/beastpatcher.h b/utils/MTP/beastpatcher/beastpatcher.h index d5a4eb0dce..f523979662 100644 --- a/utils/MTP/beastpatcher/beastpatcher.h +++ b/utils/MTP/beastpatcher/beastpatcher.h @@ -40,7 +40,7 @@ #ifndef BEASTPATCHER_H #define BEASTPATCHER_H -int beastpatcher(void); +int beastpatcher(const unsigned char* bootfile); int sendfirm(const char* filename); #endif |