From 6e641e81ed7fb4dfa842f636777a199d7c5642d9 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 5 Feb 2007 18:29:39 +0000 Subject: Support for modifying the firmware partition on Macpods (useful for IPL users), along with the addition of a big warning when ipodpatcher detects a Macpod to say that Rockbox won't work on it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12209 a1c6a512-1295-4272-9138-f99709370657 --- tools/ipodpatcher/ipodio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/ipodpatcher/ipodio.h') diff --git a/tools/ipodpatcher/ipodio.h b/tools/ipodpatcher/ipodio.h index d4b7d6ed80..9624849562 100644 --- a/tools/ipodpatcher/ipodio.h +++ b/tools/ipodpatcher/ipodio.h @@ -54,7 +54,7 @@ struct ipod_directory_t { struct partinfo_t { unsigned long start; /* first sector (LBA) */ unsigned long size; /* number of sectors */ - unsigned char type; + int type; }; struct ipod_t { @@ -70,6 +70,7 @@ struct ipod_t { int modelnum; char* modelname; char* modelstr; + int macpod; }; void print_error(char* msg); -- cgit