]> git.gag.com Git - fw/sdcc/blobdiff - device/include/serial.h
* as/link/lkar.h: sgetl and sputl are independent of endianness
[fw/sdcc] / device / include / serial.h
index a5cca4061bd517b3b9a62ee20983b7a63aea93a6..e0d069978a37f40f35e5dfbd1cbcc163f6999441 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------------------------------------------------------
-//Written by Dmitry S. Obukhov, 1996
-// dso@usa.net 
-//----------------------------------------------------------------------------
-//This module implements serial interrupt handler and IO routinwes using
-//two 256 byte cyclic buffers. Bit variables can be used as flags for 
-//real-time kernel tasks
-//Last modified 6 Apr 97
-//----------------------------------------------------------------------------
+/*----------------------------------------------------------------------------
+  Written by Dmitry S. Obukhov, 1996
+   dso@usa.net
+  ----------------------------------------------------------------------------
+  This module implements serial interrupt handler and IO routinwes using
+  two 256 byte cyclic buffers. Bit variables can be used as flags for
+  real-time kernel tasks
+  Last modified 6 Apr 97
+  ----------------------------------------------------------------------------*/
 
 void serial_init(void);
-void serial_interrupt_handler(void) interrupt 4 using 1;
+void serial_interrupt_handler(void) __interrupt 4 __using 1;
 void serial_putc(unsigned char);
 unsigned char serial_getc(void);
 void autobaud();