From ad9d45a715367654f26bc95890841c699ff90839 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 24 Apr 2008 15:54:49 +0000 Subject: Add support for the Creative ZEN and renew the way firmwares are created. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17239 a1c6a512-1295-4272-9138-f99709370657 --- tools/creative.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'tools/creative.h') diff --git a/tools/creative.h b/tools/creative.h index ff8b4a019d..b8b8f53737 100644 --- a/tools/creative.h +++ b/tools/creative.h @@ -25,15 +25,19 @@ enum ZENVISIONM = 0, ZENVISIONM60 = 1, ZENVISION = 2, - ZENV = 3 + ZENV = 3, + ZEN = 4 }; struct device_info { const char* cinf; /*Must be Unicode encoded*/ - const int cinf_size; + const unsigned int cinf_size; const char* null; -} device_info; + const unsigned char* bootloader; + const unsigned int bootloader_size; + const unsigned int memory_address; +}; int zvm_encode(char *iname, char *oname, int device); -- cgit v1.2.3