Subversion Repositories freemyipod

Rev

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

Rev 127 Rev 130
Line 173... Line 173...
173
#define tlsf_walk_heap(args...) __embios_syscall->tlsf_walk_heap(args)
173
#define tlsf_walk_heap(args...) __embios_syscall->tlsf_walk_heap(args)
174
#define tlsf_check_heap(args...) __embios_syscall->tlsf_check_heap(args)
174
#define tlsf_check_heap(args...) __embios_syscall->tlsf_check_heap(args)
175
#define tlsf_block_size(args...) __embios_syscall->tlsf_block_size(args)
175
#define tlsf_block_size(args...) __embios_syscall->tlsf_block_size(args)
176
#define tlsf_overhead(args...) __embios_syscall->tlsf_overhead(args)
176
#define tlsf_overhead(args...) __embios_syscall->tlsf_overhead(args)
177
#define execfirmware(args...) __embios_syscall->execfirmware(args)
177
#define execfirmware(args...) __embios_syscall->execfirmware(args)
-
 
178
#define button_register_handler(args...) __embios_syscall->button_register_handler(args)
-
 
179
#define button_unregister_handler(args...) __embios_syscall->button_unregister_handler(args)
178
 
180
 
179
 
181
 
180
#endif
182
#endif