| Line 48... |
Line 48... |
| 48 |
#define readdir(args...) __embios_syscall->readdir(args)
|
48 |
#define readdir(args...) __embios_syscall->readdir(args)
|
| 49 |
#define mkdir(args...) __embios_syscall->mkdir(args)
|
49 |
#define mkdir(args...) __embios_syscall->mkdir(args)
|
| 50 |
#define rmdir(args...) __embios_syscall->rmdir(args)
|
50 |
#define rmdir(args...) __embios_syscall->rmdir(args)
|
| 51 |
#define renderbmp(args...) __embios_syscall->renderbmp(args)
|
51 |
#define renderbmp(args...) __embios_syscall->renderbmp(args)
|
| 52 |
#define renderchar(args...) __embios_syscall->renderchar(args)
|
52 |
#define renderchar(args...) __embios_syscall->renderchar(args)
|
| - |
|
53 |
#define rendertext(args...) __embios_syscall->rendertext(args)
|
| - |
|
54 |
#define renderfillrect(args...) __embios_syscall->renderfillrect(args)
|
| - |
|
55 |
#define get_font_width(args...) __embios_syscall->get_font_width(args)
|
| - |
|
56 |
#define get_font_height(args...) __embios_syscall->get_font_height(args)
|
| 53 |
#define execimage(args...) __embios_syscall->execimage(args)
|
57 |
#define execimage(args...) __embios_syscall->execimage(args)
|
| 54 |
#define ftruncate(args...) __embios_syscall->ftruncate(args)
|
58 |
#define ftruncate(args...) __embios_syscall->ftruncate(args)
|
| 55 |
#define fsync(args...) __embios_syscall->fsync(args)
|
59 |
#define fsync(args...) __embios_syscall->fsync(args)
|
| 56 |
#define close(args...) __embios_syscall->close(args)
|
60 |
#define close(args...) __embios_syscall->close(args)
|
| 57 |
#define write(args...) __embios_syscall->write(args)
|
61 |
#define write(args...) __embios_syscall->write(args)
|
| Line 105... |
Line 109... |
| 105 |
#define bootflash_getaddr(args...) __embios_syscall->bootflash_getaddr(args)
|
109 |
#define bootflash_getaddr(args...) __embios_syscall->bootflash_getaddr(args)
|
| 106 |
#define bootflash_read(args...) __embios_syscall->bootflash_read(args)
|
110 |
#define bootflash_read(args...) __embios_syscall->bootflash_read(args)
|
| 107 |
#define bootflash_readraw(args...) __embios_syscall->bootflash_readraw(args)
|
111 |
#define bootflash_readraw(args...) __embios_syscall->bootflash_readraw(args)
|
| 108 |
#define bootflash_writeraw(args...) __embios_syscall->bootflash_writeraw(args)
|
112 |
#define bootflash_writeraw(args...) __embios_syscall->bootflash_writeraw(args)
|
| 109 |
#define bootflash_getrawaddr(args...) __embios_syscall->bootflash_getrawaddr(args)
|
113 |
#define bootflash_getrawaddr(args...) __embios_syscall->bootflash_getrawaddr(args)
|
| - |
|
114 |
#define bootflash_is_memmapped(args...) __embios_syscall->bootflash_is_memmapped(args)
|
| 110 |
#define read_native_timer(args...) __embios_syscall->read_native_timer(args)
|
115 |
#define read_native_timer(args...) __embios_syscall->read_native_timer(args)
|
| 111 |
#define read_usec_timer(args...) __embios_syscall->read_usec_timer(args)
|
116 |
#define read_usec_timer(args...) __embios_syscall->read_usec_timer(args)
|
| 112 |
#define i2c_send(args...) __embios_syscall->i2c_send(args)
|
117 |
#define i2c_send(args...) __embios_syscall->i2c_send(args)
|
| 113 |
#define i2c_recv(args...) __embios_syscall->i2c_recv(args)
|
118 |
#define i2c_recv(args...) __embios_syscall->i2c_recv(args)
|
| 114 |
#define i2c_sendbyte(args...) __embios_syscall->i2c_sendbyte(args)
|
119 |
#define i2c_sendbyte(args...) __embios_syscall->i2c_sendbyte(args)
|
| Line 169... |
Line 174... |
| 169 |
#define tlsf_overhead(args...) __embios_syscall->tlsf_overhead(args)
|
174 |
#define tlsf_overhead(args...) __embios_syscall->tlsf_overhead(args)
|
| 170 |
#define execfirmware(args...) __embios_syscall->execfirmware(args)
|
175 |
#define execfirmware(args...) __embios_syscall->execfirmware(args)
|
| 171 |
#define button_register_handler(args...) __embios_syscall->button_register_handler(args)
|
176 |
#define button_register_handler(args...) __embios_syscall->button_register_handler(args)
|
| 172 |
#define button_unregister_handler(args...) __embios_syscall->button_unregister_handler(args)
|
177 |
#define button_unregister_handler(args...) __embios_syscall->button_unregister_handler(args)
|
| 173 |
#define clickwheel_get_state(args...) __embios_syscall->clickwheel_get_state(args)
|
178 |
#define clickwheel_get_state(args...) __embios_syscall->clickwheel_get_state(args)
|
| - |
|
179 |
#define clockgate_enable(args...) __embios_syscall->clockgate_enable(args)
|
| 174 |
|
180 |
|
| 175 |
|
181 |
|
| 176 |
#endif
|
182 |
#endif
|