Diff for /np2/io/serial.h between versions 1.7 and 1.9

version 1.7, 2004/03/28 19:50:25 version 1.9, 2004/04/01 13:19:00
Line 10  enum { Line 10  enum {
 typedef struct {  typedef struct {
         UINT32  xferclock;          UINT32  xferclock;
         UINT8   data;          UINT8   data;
         UINT8   mode;  
         UINT8   cmd;          UINT8   cmd;
           UINT8   mode;
         UINT8   status;          UINT8   status;
         UINT    ctrls;          UINT    ctrls;
         UINT    ctrpos;          UINT    ctrpos;

Removed from v.1.7  
changed lines
  Added in v.1.9


RetroPC.NET-CVS <cvs@retropc.net>