Subversion Repositories freemyipod

Rev

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

Rev 124 Rev 125
Line 162... Line 162...
162
#define strtok_r(args...) __embios_syscall->strtok_r(args)
162
#define strtok_r(args...) __embios_syscall->strtok_r(args)
163
#define backlight_on(args...) __embios_syscall->backlight_on(args)
163
#define backlight_on(args...) __embios_syscall->backlight_on(args)
164
#define backlight_set_fade(args...) __embios_syscall->backlight_set_fade(args)
164
#define backlight_set_fade(args...) __embios_syscall->backlight_set_fade(args)
165
#define backlight_set_brightness(args...) __embios_syscall->backlight_set_brightness(args)
165
#define backlight_set_brightness(args...) __embios_syscall->backlight_set_brightness(args)
166
#define get_platform_id(args...) __embios_syscall->get_platform_id(args)
166
#define get_platform_id(args...) __embios_syscall->get_platform_id(args)
-
 
167
#define tlsf_create(args...) __embios_syscall->tlsf_create(args)
-
 
168
#define tlsf_destroy(args...) __embios_syscall->tlsf_destroy(args)
-
 
169
#define tlsf_malloc(args...) __embios_syscall->tlsf_malloc(args)
-
 
170
#define tlsf_memalign(args...) __embios_syscall->tlsf_memalign(args)
-
 
171
#define tlsf_realloc(args...) __embios_syscall->tlsf_realloc(args)
-
 
172
#define tlsf_free(args...) __embios_syscall->tlsf_free(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)
-
 
175
#define tlsf_block_size(args...) __embios_syscall->tlsf_block_size(args)
-
 
176
#define tlsf_overhead(args...) __embios_syscall->tlsf_overhead(args)
167
 
177
 
168
 
178
 
169
#endif
179
#endif