Subversion Repositories freemyipod

Rev

Rev 828 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 828 Rev 838
Line 29... Line 29...
29
#include "libboot.h"
29
#include "libboot.h"
30
#include "libpng.h"
30
#include "libpng.h"
31
#include "libui.h"
31
#include "libui.h"
32
 
32
 
33
 
33
 
-
 
34
struct bootinfo_t
-
 
35
{
-
 
36
    bool valid;
-
 
37
    void* firmware;
-
 
38
    int size;
-
 
39
    void* app;
-
 
40
    int argc;
-
 
41
    const char** argv;
-
 
42
};
-
 
43
 
-
 
44
 
-
 
45
extern struct bootinfo_t bootinfo;
34
extern struct libpng_api* png;
46
extern struct libpng_api* png;
35
extern struct libboot_api* boot;
47
extern struct libboot_api* boot;
36
extern struct libui_api* ui;
48
extern struct libui_api* ui;
37
extern void* framebuf;
49
extern void* framebuf;
38
extern void* framebuf2;
50
extern void* framebuf2;