summaryrefslogtreecommitdiff
path: root/drivers/dahdi/biquad.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
commit90016b50360c6a328c517fb68177c46bda292e80 (patch)
treef6cbb15bbfc3a1c51a6c5ab87e686cd6ac278b79 /drivers/dahdi/biquad.h
parent383b8037451b5b457672098bc1ebfc12f59a549f (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/biquad.h')
-rw-r--r--drivers/dahdi/biquad.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/dahdi/biquad.h b/drivers/dahdi/biquad.h
index 4fe8cd8..ea2c83d 100644
--- a/drivers/dahdi/biquad.h
+++ b/drivers/dahdi/biquad.h
@@ -25,18 +25,6 @@
* this program for more details.
*/
-typedef struct
-{
- int32_t gain;
- int32_t a1;
- int32_t a2;
- int32_t b1;
- int32_t b2;
-
- int32_t z1;
- int32_t z2;
-} biquad2_state_t;
-
static inline void biquad2_init (biquad2_state_t *bq,
int32_t gain,
int32_t a1,