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