Subversion Repositories freemyipod

Rev

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

Rev 109 Rev 110
Line 29... Line 29...
29
 
29
 
30
 
30
 
31
extern struct embios_syscall_table* __embios_syscall;
31
extern struct embios_syscall_table* __embios_syscall;
32
 
32
 
33
 
33
 
34
#define panic(args...) __embios_syscall->panic(##args)
34
#define panic(args...) __embios_syscall->panic(args)
35
#define panicf(args...) __embios_syscall->panicf(##args)
35
#define panicf(args...) __embios_syscall->panicf(args)
36
 
36
 
37
 
37
 
38
#endif
38
#endif