Subversion Repositories freemyipod

Rev

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

Rev 138 Rev 143
Line 156... Line 156...
156
#define strlen(args...) __embios_syscall->strlen(args)
156
#define strlen(args...) __embios_syscall->strlen(args)
157
#define strncmp(args...) __embios_syscall->strncmp(args)
157
#define strncmp(args...) __embios_syscall->strncmp(args)
158
#define strrchr(args...) __embios_syscall->strrchr(args)
158
#define strrchr(args...) __embios_syscall->strrchr(args)
159
#define strstr(args...) __embios_syscall->strstr(args)
159
#define strstr(args...) __embios_syscall->strstr(args)
160
#define strtok_r(args...) __embios_syscall->strtok_r(args)
160
#define strtok_r(args...) __embios_syscall->strtok_r(args)
161
#define backlight_on(args...) __embios_syscall->backlight_on(args)
161
#define backlight_on(args...) __embios_syscall->backlight_on(args)
162
#define backlight_set_fade(args...) __embios_syscall->backlight_set_fade(args)
162
#define backlight_set_fade(args...) __embios_syscall->backlight_set_fade(args)
163
#define backlight_set_brightness(args...) __embios_syscall->backlight_set_brightness(args)
163
#define backlight_set_brightness(args...) __embios_syscall->backlight_set_brightness(args)
164
#define get_platform_id(args...) __embios_syscall->get_platform_id(args)
164
#define get_platform_id(args...) __embios_syscall->get_platform_id(args)
165
#define tlsf_create(args...) __embios_syscall->tlsf_create(args)
165
#define tlsf_create(args...) __embios_syscall->tlsf_create(args)
166
#define tlsf_destroy(args...) __embios_syscall->tlsf_destroy(args)
166
#define tlsf_destroy(args...) __embios_syscall->tlsf_destroy(args)
167
#define tlsf_malloc(args...) __embios_syscall->tlsf_malloc(args)
167
#define tlsf_malloc(args...) __embios_syscall->tlsf_malloc(args)
Line 175... Line 175...
175
#define execfirmware(args...) __embios_syscall->execfirmware(args)
175
#define execfirmware(args...) __embios_syscall->execfirmware(args)
176
#define button_register_handler(args...) __embios_syscall->button_register_handler(args)
176
#define button_register_handler(args...) __embios_syscall->button_register_handler(args)
177
#define button_unregister_handler(args...) __embios_syscall->button_unregister_handler(args)
177
#define button_unregister_handler(args...) __embios_syscall->button_unregister_handler(args)
178
#define clickwheel_get_state(args...) __embios_syscall->clickwheel_get_state(args)
178
#define clickwheel_get_state(args...) __embios_syscall->clickwheel_get_state(args)
179
#define clockgate_enable(args...) __embios_syscall->clockgate_enable(args)
179
#define clockgate_enable(args...) __embios_syscall->clockgate_enable(args)
-
 
180
#define context_switch(args...) __embios_syscall->context_switch(args)
-
 
181
#define disk_mount(args...) __embios_syscall->disk_mount(args)
-
 
182
#define disk_unmount(args...) __embios_syscall->disk_unmount(args)
-
 
183
#define hwkeyaes(args...) __embios_syscall->hwkeyaes(args)
-
 
184
#define hmacsha1(args...) __embios_syscall->hmacsha1(args)
-
 
185
#define reset(args...) __embios_syscall->reset(args)
180
 
186
 
181
 
187
 
182
#endif
188
#endif