diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-03-17 22:05:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-03-17 22:05:47 +0000 |
commit | 27cfca1ec98e91261b1a5355d10a8996464b63af (patch) | |
tree | 8e895a53e372fa682b4c0a585b9377d67ed70d0e /include/linux/sdla_x25.h | |
parent | 6a76fb7214c477ccf6582bd79c5b4ccc4f9c41b1 (diff) |
Look Ma' what I found on my harddisk ...
o New faster syscalls for 2.1.x, too
o Upgrade to 2.1.89.
Don't try to run this. It's flaky as hell. But feel free to debug ...
Diffstat (limited to 'include/linux/sdla_x25.h')
-rw-r--r-- | include/linux/sdla_x25.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/sdla_x25.h b/include/linux/sdla_x25.h index 0cff58224..4c0f43725 100644 --- a/include/linux/sdla_x25.h +++ b/include/linux/sdla_x25.h @@ -159,7 +159,7 @@ typedef struct X25Cmd #define X25RES_PROTO_VIOLATION 0x41 /* protocol violation occured */ #define X25RES_PKT_TIMEOUT 0x42 /* X.25 packet time out */ #define X25RES_PKT_RETRY_LIMIT 0x43 /* X.25 packet retry limit exceeded */ -/*----- Command-dependant results -----*/ +/*----- Command-dependent results -----*/ #define X25RES_LINK_DISC 0x00 /* HDLC_LINK_STATUS */ #define X25RES_LINK_IN_ABM 0x01 /* HDLC_LINK_STATUS */ #define X25RES_NO_DATA 0x01 /* HDLC_READ/READ_TRACE_DATA*/ @@ -244,7 +244,8 @@ typedef struct X25Status unsigned short ogc_map PACKED; /* 06h: Outgoing Chan. map */ TX25TimeStamp tstamp PACKED; /* 08h: timestamp (BCD) */ unsigned char iflags PACKED; /* 0Dh: interrupt flags */ - unsigned char resrv[2] PACKED; /* 0Eh: */ + unsigned char imask PACKED; /* 0Eh: interrupt mask */ + unsigned char resrv PACKED; /* 0Eh: */ unsigned char gflags PACKED; /* 10h: misc. HDLC/X25 flags */ unsigned char cflags[X25_MAX_CHAN] PACKED; /* channel status bytes */ } TX25Status; |