Subversion Repositories freemyipod

Rev

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

Rev 118 Rev 122
Line 69... Line 69...
69
#define lcdconsole_write_noblit(args...) __embios_syscall->lcdconsole_write_noblit(args)
69
#define lcdconsole_write_noblit(args...) __embios_syscall->lcdconsole_write_noblit(args)
70
#define lcdconsole_update(args...) __embios_syscall->lcdconsole_update(args)
70
#define lcdconsole_update(args...) __embios_syscall->lcdconsole_update(args)
71
#define lcdconsole_putc(args...) __embios_syscall->lcdconsole_putc(args)
71
#define lcdconsole_putc(args...) __embios_syscall->lcdconsole_putc(args)
72
#define lcdconsole_puts(args...) __embios_syscall->lcdconsole_puts(args)
72
#define lcdconsole_puts(args...) __embios_syscall->lcdconsole_puts(args)
73
#define lcdconsole_write(args...) __embios_syscall->lcdconsole_write(args)
73
#define lcdconsole_write(args...) __embios_syscall->lcdconsole_write(args)
-
 
74
#define lcdconsole_get_current_x(args...) __embios_syscall->lcdconsole_get_current_x(args)
-
 
75
#define lcdconsole_get_current_y(args...) __embios_syscall->lcdconsole_get_current_y(args)
-
 
76
#define lcdconsole_get_lineend_x(args...) __embios_syscall->lcdconsole_get_lineend_x(args)
-
 
77
#define lcdconsole_get_lineend_y(args...) __embios_syscall->lcdconsole_get_lineend_y(args)
-
 
78
#define progressbar_init(args...) __embios_syscall->progressbar_init(args)
-
 
79
#define progressbar_setpos(args...) __embios_syscall->progressbar_setpos(args)
74
#define shutdown(args...) __embios_syscall->shutdown(args)
80
#define shutdown(args...) __embios_syscall->shutdown(args)
75
#define storage_read_sectors_md(args...) __embios_syscall->storage_read_sectors_md(args)
81
#define storage_read_sectors_md(args...) __embios_syscall->storage_read_sectors_md(args)
76
#define storage_write_sectors_md(args...) __embios_syscall->storage_write_sectors_md(args)
82
#define storage_write_sectors_md(args...) __embios_syscall->storage_write_sectors_md(args)
77
#define strcasecmp(args...) __embios_syscall->strcasecmp(args)
83
#define strcasecmp(args...) __embios_syscall->strcasecmp(args)
78
#define strncasecmp(args...) __embios_syscall->strncasecmp(args)
84
#define strncasecmp(args...) __embios_syscall->strncasecmp(args)
Line 114... Line 120...
114
#define displaylcd_busy(args...) __embios_syscall->displaylcd_busy(args)
120
#define displaylcd_busy(args...) __embios_syscall->displaylcd_busy(args)
115
#define displaylcd_safe(args...) __embios_syscall->displaylcd_safe(args)
121
#define displaylcd_safe(args...) __embios_syscall->displaylcd_safe(args)
116
#define lcd_get_width(args...) __embios_syscall->lcd_get_width(args)
122
#define lcd_get_width(args...) __embios_syscall->lcd_get_width(args)
117
#define lcd_get_height(args...) __embios_syscall->lcd_get_height(args)
123
#define lcd_get_height(args...) __embios_syscall->lcd_get_height(args)
118
#define lcd_get_bytes_per_pixel(args...) __embios_syscall->lcd_get_bytes_per_pixel(args)
124
#define lcd_get_bytes_per_pixel(args...) __embios_syscall->lcd_get_bytes_per_pixel(args)
-
 
125
#define lcd_translate_color(args...) __embios_syscall->lcd_translate_color(args)
119
#define clean_dcache(args...) __embios_syscall->clean_dcache(args)
126
#define clean_dcache(args...) __embios_syscall->clean_dcache(args)
120
#define invalidate_dcache(args...) __embios_syscall->invalidate_dcache(args)
127
#define invalidate_dcache(args...) __embios_syscall->invalidate_dcache(args)
121
#define invalidate_icache(args...) __embios_syscall->invalidate_icache(args)
128
#define invalidate_icache(args...) __embios_syscall->invalidate_icache(args)
122
#define nand_read_page(args...) __embios_syscall->nand_read_page(args)
129
#define nand_read_page(args...) __embios_syscall->nand_read_page(args)
123
#define nand_block_erase(args...) __embios_syscall->nand_block_erase(args)
130
#define nand_block_erase(args...) __embios_syscall->nand_block_erase(args)