Another fixup for the serial driver for chipset-based boards. Serial mice now work as expected on those as well.

This commit is contained in:
waltje
2017-05-07 23:39:45 -04:00
parent d75d630976
commit baa847b759
3 changed files with 21 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
*
* Definitions for the SERIAL card.
*
* Version: @(#)serial.h 1.0.2 2017/05/06
* Version: @(#)serial.h 1.0.3 2017/05/07
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
* Copyright 2017 Fred N. van Kempen.
@@ -38,7 +38,7 @@ typedef struct _serial_ {
uint8_t fcr;
/* Data for the RTS-toggle callback. */
void (*rts_callback)(struct _serial_ *, void *);
void (*rts_callback)(void *);
void *rts_callback_p;
uint8_t hold;