summary refs log tree commit diff
path: root/drivers/isdn/mISDN/l1oip.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/mISDN/l1oip.h')
-rw-r--r--drivers/isdn/mISDN/l1oip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/mISDN/l1oip.h b/drivers/isdn/mISDN/l1oip.h
index 7ea10db20e3a..48133d022812 100644
--- a/drivers/isdn/mISDN/l1oip.h
+++ b/drivers/isdn/mISDN/l1oip.h
@@ -59,6 +59,7 @@ struct l1oip {
 	int			bundle;		/* bundle channels in one frm */
 	int			codec;		/* codec to use for transmis. */
 	int			limit;		/* limit number of bchannels */
+	bool			shutdown;	/* if card is released */
 
 	/* timer */
 	struct timer_list	keep_tl;