Subversion Repositories freemyipod

Rev

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

Rev 651 Rev 655
Line 23... Line 23...
23
 
23
 
24
#include "emcorelib.h"
24
#include "emcorelib.h"
25
#include "export/libboot.h"
25
#include "export/libboot.h"
26
 
26
 
27
 
27
 
28
struct libboot_api apitable =
28
static struct libboot_api apitable =
29
{
29
{
30
    .verify_rockbox_checksum = verify_rockbox_checksum
30
    .verify_rockbox_checksum = verify_rockbox_checksum
31
};
31
};
32
 
32
 
33
 
33