Subversion Repositories freemyipod

Rev

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

Rev 111 Rev 116
Line 104... Line 104...
104
    typeof(lcdconsole_update) *lcdconsole_update;
104
    typeof(lcdconsole_update) *lcdconsole_update;
105
    typeof(lcdconsole_putc) *lcdconsole_putc;
105
    typeof(lcdconsole_putc) *lcdconsole_putc;
106
    typeof(lcdconsole_puts) *lcdconsole_puts;
106
    typeof(lcdconsole_puts) *lcdconsole_puts;
107
    typeof(lcdconsole_write) *lcdconsole_write;
107
    typeof(lcdconsole_write) *lcdconsole_write;
108
    typeof(shutdown) *shutdown;
108
    typeof(shutdown) *shutdown;
109
    typeof(storage_read_sectors) *storage_read_sectors;
109
    typeof(storage_read_sectors_md) *storage_read_sectors_md;
110
    typeof(storage_write_sectors) *storage_write_sectors;
110
    typeof(storage_write_sectors_md) *storage_write_sectors_md;
111
    typeof(strcasecmp) *strcasecmp;
111
    typeof(strcasecmp) *strcasecmp;
112
    typeof(strncasecmp) *strncasecmp;
112
    typeof(strncasecmp) *strncasecmp;
113
    typeof(strcasestr) *strcasestr;
113
    typeof(strcasestr) *strcasestr;
114
    typeof(strlcat) *strlcat;
114
    typeof(strlcat) *strlcat;
115
    typeof(strlcpy) *strlcpy;
115
    typeof(strlcpy) *strlcpy;
Line 145... Line 145...
145
    typeof(int_timer_set_handler) *int_timer_set_handler;
145
    typeof(int_timer_set_handler) *int_timer_set_handler;
146
    typeof(displaylcd) *displaylcd;
146
    typeof(displaylcd) *displaylcd;
147
    typeof(displaylcd_sync) *displaylcd_sync;
147
    typeof(displaylcd_sync) *displaylcd_sync;
148
    typeof(displaylcd_busy) *displaylcd_busy;
148
    typeof(displaylcd_busy) *displaylcd_busy;
149
    typeof(displaylcd_safe) *displaylcd_safe;
149
    typeof(displaylcd_safe) *displaylcd_safe;
-
 
150
    typeof(lcd_get_width) *lcd_get_width;
-
 
151
    typeof(lcd_get_height) *lcd_get_height;
-
 
152
    typeof(lcd_get_bytes_per_pixel) *lcd_get_bytes_per_pixel;
150
    typeof(clean_dcache) *clean_dcache;
153
    typeof(clean_dcache) *clean_dcache;
151
    typeof(invalidate_dcache) *invalidate_dcache;
154
    typeof(invalidate_dcache) *invalidate_dcache;
152
    typeof(invalidate_icache) *invalidate_icache;
155
    typeof(invalidate_icache) *invalidate_icache;
153
    typeof(nand_read_page) *nand_read_page;
156
    typeof(nand_read_page) *nand_read_page;
154
    typeof(nand_block_erase) *nand_block_erase;
157
    typeof(nand_block_erase) *nand_block_erase;