Subversion Repositories freemyipod

Rev

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

Rev 453 Rev 489
Line 14... Line 14...
14
        mainfunc();                                                                               \
14
        mainfunc();                                                                               \
15
    }                                                                                             \
15
    }                                                                                             \
16
    struct emcore_syscall_table* __emcore_syscall;                                                \
16
    struct emcore_syscall_table* __emcore_syscall;                                                \
17
    const uint32_t __emcore_required_version = EMCORE_API_VERSION;                                \
17
    const uint32_t __emcore_required_version = EMCORE_API_VERSION;                                \
18
    const char __emcore_incompatible_api_str[] = "Incompatible API version!\nGot %d, need %d";
18
    const char __emcore_incompatible_api_str[] = "Incompatible API version!\nGot %d, need %d";
-
 
19
 
-
 
20
 
-
 
21
extern struct emcore_syscall_table* __emcore_syscall;