Subversion Repositories freemyipod

Rev

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

Rev 125 Rev 127
Line 172... Line 172...
172
#define tlsf_free(args...) __embios_syscall->tlsf_free(args)
172
#define tlsf_free(args...) __embios_syscall->tlsf_free(args)
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
 
178
 
178
 
179
 
179
#endif
180
#endif