Subversion Repositories freemyipod

Rev

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

Rev 116 Rev 117
Line 150... Line 150...
150
#define strlen(args...) __embios_syscall->strlen(args)
150
#define strlen(args...) __embios_syscall->strlen(args)
151
#define strncmp(args...) __embios_syscall->strncmp(args)
151
#define strncmp(args...) __embios_syscall->strncmp(args)
152
#define strrchr(args...) __embios_syscall->strrchr(args)
152
#define strrchr(args...) __embios_syscall->strrchr(args)
153
#define strstr(args...) __embios_syscall->strstr(args)
153
#define strstr(args...) __embios_syscall->strstr(args)
154
#define strtok_r(args...) __embios_syscall->strtok_r(args)
154
#define strtok_r(args...) __embios_syscall->strtok_r(args)
-
 
155
#define backlight_on(args...) __embios_syscall->backlight_on(args)
-
 
156
#define backlight_set_fade(args...) __embios_syscall->backlight_set_fade(args)
-
 
157
#define backlight_set_brightness(args...) __embios_syscall->backlight_set_brightness(args)
155
 
158
 
156
 
159
 
157
#endif
160
#endif