diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
commit | 86464aed71025541805e7b1515541aee89879e33 (patch) | |
tree | e01a457a4912a8553bc65524aa3125d51f29f810 /include/linux/isdn.h | |
parent | 88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff) |
Merge with Linux 2.2.1.
Diffstat (limited to 'include/linux/isdn.h')
-rw-r--r-- | include/linux/isdn.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h index e061cabaa..0b61899c0 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h @@ -1,9 +1,3 @@ -/* Changes for X.25 support: - Added ISDN_NET_ENCAP_X25IFACE macro. - Additional field in isdn_net_dev_s and isdn_net_local to support - generic encapsulation protocols. -*/ - /* $Id: isdn.h,v 1.37 1998/02/22 19:45:24 fritz Exp $ * * Main header for the Linux ISDN subsystem (linklevel). @@ -26,6 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * + * Note: This file differs from the corresponding revision as present in the + * isdn4linux CVS repository because some later bug fixes have been extracted + * from the repository and merged into this file. -- Henner Eisen + * * $Log: isdn.h,v $ * Revision 1.37 1998/02/22 19:45:24 fritz * Some changes regarding V.110 @@ -800,6 +798,7 @@ typedef struct isdn_devt { int v110emu[ISDN_MAX_CHANNELS];/* V.110 emulator-mode 0=none */ atomic_t v110use[ISDN_MAX_CHANNELS];/* Usage-Semaphore for stream */ isdn_v110_stream *v110[ISDN_MAX_CHANNELS]; /* V.110 private data */ + struct semaphore sem; /* serialize list access*/ } isdn_dev; extern isdn_dev *dev; |