summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-07-29 22:11:25 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-07-29 22:11:25 +0000
commit75bcb0538b86756cbbfb203eb42e3932ad2d6bb5 (patch)
tree4357ddca77cfad3a76d74bc852a5ac4c8315b65f /include
parent75d1b0f6c0e3b4898b3751449a379f0f8baf9619 (diff)
missed one definition needed by Asterisk 1.6/trunk
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4630 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h2
-rw-r--r--include/dahdi/user.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index c6c858d..cbfadd0 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -336,8 +336,6 @@ struct dahdi_hdlc {
};
#endif
-#define DAHDI_MAX_ECHOCANPARAMS 8
-
/* Echo cancellation */
struct echo_can_state;
diff --git a/include/dahdi/user.h b/include/dahdi/user.h
index 19214d0..fcddb68 100644
--- a/include/dahdi/user.h
+++ b/include/dahdi/user.h
@@ -448,6 +448,8 @@ struct dahdi_transcode_header {
unsigned char dstdata[DAHDI_TRANSCODE_BUFSIZ / 2]; /* Storage of destination data */
};
+#define DAHDI_MAX_ECHOCANPARAMS 8
+
/* ioctl definitions */
#define DAHDI_CODE 0xDA