Subversion Repositories freemyipod

Rev

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

Rev 122 Rev 124
Line 110... Line 110...
110
    typeof(lcdconsole_write) *lcdconsole_write;
110
    typeof(lcdconsole_write) *lcdconsole_write;
111
    typeof(lcdconsole_get_current_x) *lcdconsole_get_current_x;
111
    typeof(lcdconsole_get_current_x) *lcdconsole_get_current_x;
112
    typeof(lcdconsole_get_current_y) *lcdconsole_get_current_y;
112
    typeof(lcdconsole_get_current_y) *lcdconsole_get_current_y;
113
    typeof(lcdconsole_get_lineend_x) *lcdconsole_get_lineend_x;
113
    typeof(lcdconsole_get_lineend_x) *lcdconsole_get_lineend_x;
114
    typeof(lcdconsole_get_lineend_y) *lcdconsole_get_lineend_y;
114
    typeof(lcdconsole_get_lineend_y) *lcdconsole_get_lineend_y;
-
 
115
    typeof(lcdconsole_progressbar) *lcdconsole_progressbar;
115
    typeof(progressbar_init) *progressbar_init;
116
    typeof(progressbar_init) *progressbar_init;
116
    typeof(progressbar_setpos) *progressbar_setpos;
117
    typeof(progressbar_setpos) *progressbar_setpos;
117
    typeof(shutdown) *shutdown;
118
    typeof(shutdown) *shutdown;
118
    typeof(storage_read_sectors_md) *storage_read_sectors_md;
119
    typeof(storage_read_sectors_md) *storage_read_sectors_md;
119
    typeof(storage_write_sectors_md) *storage_write_sectors_md;
120
    typeof(storage_write_sectors_md) *storage_write_sectors_md;