summaryrefslogtreecommitdiff
path: root/drivers/dahdi/ecdis.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-16 17:45:46 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-16 17:45:46 +0000
commit96eca5d72ab2e0b4646df50d73285ed73922dcb7 (patch)
treef6cbb15bbfc3a1c51a6c5ab87e686cd6ac278b79 /drivers/dahdi/ecdis.h
parent1956a5ce6f90e55f2dbd763746f1e43ae9543be8 (diff)
Make ecdis.h used by dahdi-base.h alone
ecdis.h is no longer #include-d in kernel.h . it was there because of decleration of some structs that are part of struct dahdi_chan. The declerations of those structs were moved into kernel.h directly. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6170 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/ecdis.h')
-rw-r--r--drivers/dahdi/ecdis.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/dahdi/ecdis.h b/drivers/dahdi/ecdis.h
index 87abf48..205b2e3 100644
--- a/drivers/dahdi/ecdis.h
+++ b/drivers/dahdi/ecdis.h
@@ -28,18 +28,6 @@
#include "biquad.h"
-typedef struct
-{
- biquad2_state_t notch;
- int notch_level;
- int channel_level;
- int tone_present;
- int tone_cycle_duration;
- int good_cycles;
- int hit;
-} echo_can_disable_detector_state_t;
-
-
#define FALSE 0
#define TRUE (!FALSE)