summaryrefslogtreecommitdiff
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/isdn/mISDN/l1oip.h b/drivers/isdn/mISDN/l1oip.h
index 661c060ada49..48133d022812 100644
--- a/drivers/isdn/mISDN/l1oip.h
+++ b/drivers/isdn/mISDN/l1oip.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* see notice in l1oip.c
*/
@@ -58,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;