| Line 181... |
Line 181... |
| 181 |
typeof(i2c_recvbyte) *i2c_recvbyte;
|
181 |
typeof(i2c_recvbyte) *i2c_recvbyte;
|
| 182 |
typeof(interrupt_enable) *interrupt_enable;
|
182 |
typeof(interrupt_enable) *interrupt_enable;
|
| 183 |
typeof(interrupt_set_handler) *interrupt_set_handler;
|
183 |
typeof(interrupt_set_handler) *interrupt_set_handler;
|
| 184 |
typeof(int_timer_set_handler) *int_timer_set_handler;
|
184 |
typeof(int_timer_set_handler) *int_timer_set_handler;
|
| 185 |
typeof(displaylcd) *displaylcd;
|
185 |
typeof(displaylcd) *displaylcd;
|
| - |
|
186 |
typeof(filllcd) *filllcd;
|
| - |
|
187 |
typeof(displaylcd_native) *displaylcd_native;
|
| - |
|
188 |
typeof(filllcd_native) *filllcd_native;
|
| 186 |
typeof(displaylcd_sync) *displaylcd_sync;
|
189 |
typeof(displaylcd_sync) *displaylcd_sync;
|
| 187 |
typeof(displaylcd_busy) *displaylcd_busy;
|
190 |
typeof(displaylcd_busy) *displaylcd_busy;
|
| 188 |
typeof(displaylcd_safe) *displaylcd_safe;
|
191 |
typeof(displaylcd_safe) *displaylcd_safe;
|
| 189 |
typeof(lcd_get_width) *lcd_get_width;
|
192 |
typeof(lcd_get_width) *lcd_get_width;
|
| 190 |
typeof(lcd_get_height) *lcd_get_height;
|
193 |
typeof(lcd_get_height) *lcd_get_height;
|