summaryrefslogtreecommitdiff
path: root/include/dahdi/user.h
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2008-08-24 05:53:32 +0000
committerMatthew Fredrickson <creslin@digium.com>2008-08-24 05:53:32 +0000
commit2a54508b0817ef7d930e15b5995c666c191356fd (patch)
treec78479c070fdb5716def20ac5bdfb4822e20bd79 /include/dahdi/user.h
parentd2dc50fa62b6cb6c806abb9dc43662901034c4a7 (diff)
Add support for 56 KB HDLC as well as selectable rate via ioctl
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4817 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include/dahdi/user.h')
-rw-r--r--include/dahdi/user.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dahdi/user.h b/include/dahdi/user.h
index c71848b..ff86589 100644
--- a/include/dahdi/user.h
+++ b/include/dahdi/user.h
@@ -976,6 +976,9 @@ struct dahdi_hwgain {
#define DAHDI_STARTUP _IOW(DAHDI_CODE, 99, int)
#define DAHDI_SHUTDOWN _IOW(DAHDI_CODE, 100, int)
+
+#define DAHDI_HDLC_RATE _IOW(DAHDI_CODE, 101, int)
+
struct torisa_debug {
unsigned int txerrors;
unsigned int irqcount;