From ea6178065c6df158db18793c72669393a37198e2 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 4 Nov 2009 20:58:40 +0000 Subject: 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 --- rbutil/mkamsboot/mkamsboot.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rbutil/mkamsboot/mkamsboot.h') 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 { char *md5; }; +extern const unsigned short hw_revisions[]; +extern const unsigned short fw_revisions[]; +extern const char* model_names[]; +extern const int bootloader_sizes[]; + /* load_rockbox_file() * * Loads a rockbox bootloader file into memory -- cgit v1.2.3