Changes, updates and fixes to fixes. Check the new warnings re timer_add(). Using stricter prototypes receiled more stuff..

This commit is contained in:
waltje
2017-06-04 02:11:19 -04:00
parent 8a57bd4bc0
commit cbfa682cb7
42 changed files with 1139 additions and 1094 deletions

View File

@@ -8,13 +8,13 @@
*
* Definitions for the SERIAL card.
*
* Version: @(#)serial.h 1.0.3 2017/05/07
* Version: @(#)serial.h 1.0.4 2017/06/03
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
* Copyright 2017 Fred N. van Kempen.
*/
#ifndef SERIAL_H
# define SERIAL_H
#ifndef EMU_SERIAL_H
# define EMU_SERIAL_H
/* Default settings for the standard ports. */
@@ -61,4 +61,4 @@ extern int serial_link(int, char *);
extern void serial_write_fifo(SERIAL *, uint8_t);
#endif /*SERIAL_H*/
#endif /*EMU_SERIAL_H*/