Subversion Repositories freemyipod

Rev

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

Rev 468 Rev 489
Line 21... Line 21...
21
        .setupfunc = __emcore_lib_init,                                                           \
21
        .setupfunc = __emcore_lib_init,                                                           \
22
        .initfunc = init_func,                                                                    \
22
        .initfunc = init_func,                                                                    \
23
        .shutdownfunc = shutdown_func,                                                            \
23
        .shutdownfunc = shutdown_func,                                                            \
24
        .api = &api_pointer                                                                       \
24
        .api = &api_pointer                                                                       \
25
    };
25
    };
-
 
26
 
-
 
27
 
-
 
28
extern struct emcore_syscall_table* __emcore_syscall;