summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-11-17 21:39:48 -0600
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-11-17 21:39:48 -0600
commit9a10f221ec3c60fddf05878238e72eb66c5d56eb (patch)
tree4a8bbd28e08422029ff5168594394970601ab29d /include/linux
parent9caa723acb80a27ddfd8ee19ca0711238e706ffb (diff)
parent73b578ad288a6e86fac7b1029cdc631fc55a9420 (diff)
Merge tp1.ruhr-uni-bochum.de:/home/kai/src/kernel/v2.5/linux-2.5
into tp1.ruhr-uni-bochum.de:/home/kai/src/kernel/v2.5/linux-2.5.isdn
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/isdnif.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/include/linux/isdnif.h b/include/linux/isdnif.h
index 342dd971b1b6..fed344ec7a41 100644
--- a/include/linux/isdnif.h
+++ b/include/linux/isdnif.h
@@ -166,17 +166,8 @@ typedef struct
#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 */
#define ISDN_CMD_PROCEED 18 /* Proceed with call establishment */
#define ISDN_CMD_ALERT 19 /* Alert after Proceeding */
#define ISDN_CMD_REDIR 20 /* Redir a incoming call */
@@ -423,6 +414,8 @@ typedef struct {
*
*/
typedef struct {
+ struct module *owner;
+
/* Number of channels supported by this driver
*/
int channels;