diff options
author | Dave Chapman <dave@dchapman.com> | 2007-02-10 20:09:23 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-02-10 20:09:23 +0000 |
commit | a6d68bd7409b3f54de8e02ec37e369167f55a50c (patch) | |
tree | c7475f07d5122ec09e38009bd1977c0274baf14b /rbutil/ipodpatcher/ipodio.h | |
parent | 955afed1b74793a3f06f98f3c259ec98f26a0b82 (diff) |
Changes to aid incorporation into rbutil, based on part of FS #6643 from Dominik Wenger. Move display_partinfo() function into main.c (where it belongs) and export get_parttype() function from ipodpatcher.c. Also add a targetname variable to struct ipod_t to enable bootloader URLs to be constructed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12264 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/ipodpatcher/ipodio.h')
-rw-r--r-- | rbutil/ipodpatcher/ipodio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/ipodpatcher/ipodio.h b/rbutil/ipodpatcher/ipodio.h index d0641faa2b..71cafc56f2 100644 --- a/rbutil/ipodpatcher/ipodio.h +++ b/rbutil/ipodpatcher/ipodio.h @@ -70,6 +70,7 @@ struct ipod_t { int modelnum; char* modelname; char* modelstr; + char* targetname; int macpod; #ifdef WITH_BOOTOBJS unsigned char* bootloader; |