Search
lxdream.org :: lxdream/src/serial.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/serial.h
changeset 1081:ef31ae97bb8b
prev1077:136fc24d17ef
author nkeynes
date Tue Jul 13 18:23:16 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Rearrange the main translation loop to allow translated blocks to jump
directly to their successors without needing to return to the main loop
in between. Shaves about 6% off the core runtime.
file annotate diff log raw
1.1 --- a/src/serial.h Wed Oct 07 17:53:56 2009 +1000
1.2 +++ b/src/serial.h Tue Jul 13 18:23:16 2010 +1000
1.3 @@ -47,6 +47,8 @@
1.4 serial_device_t serial_detach_device( );
1.5 serial_device_t serial_get_device( );
1.6
1.7 +void serial_init();
1.8 +
1.9 /**
1.10 * Destroy a serial device.
1.11 */
.