Subversion Repositories freemyipod

Rev

Rev 504 | Rev 658 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 504 Rev 651
Line 28... Line 28...
28
 
28
 
29
 
29
 
30
int verify_rockbox_checksum(void* image, size_t size);
30
int verify_rockbox_checksum(void* image, size_t size);
31
 
31
 
32
 
32
 
-
 
33
/* emCORE library identifier */
-
 
34
#define LIBBOOT_IDENTIFIER 0x4c424365
-
 
35
 
33
/* increase this every time the api struct changes */
36
/* increase this every time the api struct changes */
34
#define LIBBOOT_API_VERSION 1
37
#define LIBBOOT_API_VERSION 1
35
 
38
 
36
/* update this to latest version if a change to the api struct breaks
39
/* update this to latest version if a change to the api struct breaks
37
   backwards compatibility (and please take the opportunity to sort in any
40
   backwards compatibility (and please take the opportunity to sort in any