patch-pre2.0.14-final2.0 linux/include/linux/isdnif.h

Next file: linux/include/net/sock.h
Previous file: linux/include/linux/isdn.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.14/linux/include/linux/isdnif.h linux/include/linux/isdnif.h
@@ -1,4 +1,4 @@
-/* $Id: isdnif.h,v 1.8 1996/05/18 01:45:37 fritz Exp $
+/* $Id: isdnif.h,v 1.9 1996/06/06 21:24:24 fritz Exp $
  *
  * Linux ISDN subsystem
  *
@@ -22,6 +22,9 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
  *
  * $Log: isdnif.h,v $
+ * Revision 1.9  1996/06/06 21:24:24  fritz
+ * Started adding support for suspend/resume.
+ *
  * Revision 1.8  1996/05/18 01:45:37  fritz
  * More spelling corrections.
  *
@@ -85,21 +88,23 @@
  *
  */
 #define ISDN_CMD_IOCTL   0       /* Perform ioctl                         */
-#define ISDN_CMD_DIAL    1       /* Dial out                              */
-#define ISDN_CMD_ACCEPTD 2       /* Accept an incoming call on D-Chan.    */
-#define ISDN_CMD_ACCEPTB 3       /* Request B-Channel connect.            */
-#define ISDN_CMD_HANGUP  4       /* Hangup                                */
-#define ISDN_CMD_CLREAZ  5       /* Clear EAZ(s) of channel               */
-#define ISDN_CMD_SETEAZ  6       /* Set EAZ(s) of channel                 */
-#define ISDN_CMD_GETEAZ  7       /* Get EAZ(s) of channel                 */
-#define ISDN_CMD_SETSIL  8       /* Set Service-Indicator-List of channel */
-#define ISDN_CMD_GETSIL  9       /* Get Service-Indicator-List of channel */
-#define ISDN_CMD_SETL2  10       /* Set B-Chan. Layer2-Parameter          */
-#define ISDN_CMD_GETL2  11       /* Get B-Chan. Layer2-Parameter          */
-#define ISDN_CMD_SETL3  12       /* Set B-Chan. Layer3-Parameter          */
-#define ISDN_CMD_GETL3  13       /* Get B-Chan. Layer3-Parameter          */
-#define ISDN_CMD_LOCK   14       /* Signal usage by upper levels          */
-#define ISDN_CMD_UNLOCK 15       /* Release usage-lock                    */
+#define ISDN_CMD_DIAL     1       /* Dial out                              */
+#define ISDN_CMD_ACCEPTD  2       /* Accept an incoming call on D-Chan.    */
+#define ISDN_CMD_ACCEPTB  3       /* Request B-Channel connect.            */
+#define ISDN_CMD_HANGUP   4       /* Hangup                                */
+#define ISDN_CMD_CLREAZ   5       /* Clear EAZ(s) of channel               */
+#define ISDN_CMD_SETEAZ   6       /* Set EAZ(s) of channel                 */
+#define ISDN_CMD_GETEAZ   7       /* Get EAZ(s) of channel                 */
+#define ISDN_CMD_SETSIL   8       /* Set Service-Indicator-List of channel */
+#define ISDN_CMD_GETSIL   9       /* Get Service-Indicator-List of channel */
+#define ISDN_CMD_SETL2   10       /* Set B-Chan. Layer2-Parameter          */
+#define ISDN_CMD_GETL2   11       /* Get B-Chan. Layer2-Parameter          */
+#define ISDN_CMD_SETL3   12       /* Set B-Chan. Layer3-Parameter          */
+#define ISDN_CMD_GETL3   13       /* Get B-Chan. Layer3-Parameter          */
+#define ISDN_CMD_LOCK    14       /* Signal usage by upper levels          */
+#define ISDN_CMD_UNLOCK  15       /* Release usage-lock                    */
+#define ISDN_CMD_SUSPEND 16       /* Suspend connection                    */
+#define ISDN_CMD_RESUME  17       /* Resume connection                     */
 
 /*
  * Status-Values delivered from lowlevel to linklevel via

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this