* device/include/ctype.h,
[fw/sdcc] / device / include / serial.h
index 527c41ed718132416cd8b6b5f13eb162b744e42f..e0d069978a37f40f35e5dfbd1cbcc163f6999441 100644 (file)
@@ -1,12 +1,12 @@
-//----------------------------------------------------------------------------
-//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;