| Line 73... |
Line 73... |
| 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)
|
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)
|
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)
|
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)
|
77 |
#define lcdconsole_get_lineend_y(args...) __embios_syscall->lcdconsole_get_lineend_y(args)
|
| - |
|
78 |
#define lcdconsole_progressbar(args...) __embios_syscall->lcdconsole_progressbar(args)
|
| 78 |
#define progressbar_init(args...) __embios_syscall->progressbar_init(args)
|
79 |
#define progressbar_init(args...) __embios_syscall->progressbar_init(args)
|
| 79 |
#define progressbar_setpos(args...) __embios_syscall->progressbar_setpos(args)
|
80 |
#define progressbar_setpos(args...) __embios_syscall->progressbar_setpos(args)
|
| 80 |
#define shutdown(args...) __embios_syscall->shutdown(args)
|
81 |
#define shutdown(args...) __embios_syscall->shutdown(args)
|
| 81 |
#define storage_read_sectors_md(args...) __embios_syscall->storage_read_sectors_md(args)
|
82 |
#define storage_read_sectors_md(args...) __embios_syscall->storage_read_sectors_md(args)
|
| 82 |
#define storage_write_sectors_md(args...) __embios_syscall->storage_write_sectors_md(args)
|
83 |
#define storage_write_sectors_md(args...) __embios_syscall->storage_write_sectors_md(args)
|