summaryrefslogtreecommitdiff
path: root/rbutil/mkamsboot/mkamsboot.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-11-04 20:58:40 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-11-04 20:58:40 +0000
commitea6178065c6df158db18793c72669393a37198e2 (patch)
tree9dc265025495329dff5cdd56710edc8da6e931d1 /rbutil/mkamsboot/mkamsboot.h
parent33d3b54abc33e61867ec7fb3b8bc70b6f8f60615 (diff)
downloadrockbox-ea6178065c6df158db18793c72669393a37198e2.tar.gz
rockbox-ea6178065c6df158db18793c72669393a37198e2.zip
Clean up mkamsboot building. No functional changes.
- split out standalone functions to a separate file. - adjust and clean up Makefile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23520 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/mkamsboot/mkamsboot.h')
-rw-r--r--rbutil/mkamsboot/mkamsboot.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rbutil/mkamsboot/mkamsboot.h b/rbutil/mkamsboot/mkamsboot.h
index 51f5b2f699..647770ff46 100644
--- a/rbutil/mkamsboot/mkamsboot.h
+++ b/rbutil/mkamsboot/mkamsboot.h
@@ -51,6 +51,11 @@ struct md5sums {
51 char *md5; 51 char *md5;
52}; 52};
53 53
54extern const unsigned short hw_revisions[];
55extern const unsigned short fw_revisions[];
56extern const char* model_names[];
57extern const int bootloader_sizes[];
58
54/* load_rockbox_file() 59/* load_rockbox_file()
55 * 60 *
56 * Loads a rockbox bootloader file into memory 61 * Loads a rockbox bootloader file into memory