summaryrefslogtreecommitdiff
path: root/kernel/wctdm24xxp/wctdm24xxp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/wctdm24xxp/wctdm24xxp.h')
-rw-r--r--kernel/wctdm24xxp/wctdm24xxp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/wctdm24xxp/wctdm24xxp.h b/kernel/wctdm24xxp/wctdm24xxp.h
index 79e1d30..bb2830c 100644
--- a/kernel/wctdm24xxp/wctdm24xxp.h
+++ b/kernel/wctdm24xxp/wctdm24xxp.h
@@ -220,6 +220,7 @@ struct wctdm {
struct fxo {
int wasringing;
int lastrdtx;
+ int lastrdtx_count;
int ringdebounce;
int offhook;
int battdebounce;
@@ -228,6 +229,11 @@ struct wctdm {
int lastpol;
int polarity;
int polaritydebounce;
+ int neonmwi_state;
+ int neonmwi_last_voltage;
+ unsigned int neonmwi_debounce;
+ unsigned int neonmwi_offcounter;
+
} fxo;
struct fxs {
int oldrxhook;