summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-23 15:34:23 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-23 15:34:23 +0000
commitaecec1da2a0b47eb06bca37396510f66104863a0 (patch)
treebf0332a1163f8fe29ccdb2e7a417af2bbf92a93c
parent1475ad236a4f91beef3765ac6e7df7472afd934f (diff)
make wctdm.h a public header file
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4345 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/wctdm.c4
-rw-r--r--drivers/dahdi/wctdm24xxp/base.c2
-rw-r--r--include/dahdi/wctdm_user.h (renamed from drivers/dahdi/wctdm.h)0
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dahdi/wctdm.c b/drivers/dahdi/wctdm.c
index 3f1308f..0f23ce3 100644
--- a/drivers/dahdi/wctdm.c
+++ b/drivers/dahdi/wctdm.c
@@ -34,7 +34,7 @@
#include <linux/moduleparam.h>
#include <asm/io.h>
#include "proslic.h"
-#include "wctdm.h"
+
/*
* Define for audio vs. register based ring detection
*
@@ -109,9 +109,9 @@ static alpha indirect_regs[] =
{43,66,"LOOP_CLOSE_TRES_LOW",0x1000},
};
-
#include <dahdi/kernel.h>
#include <dahdi/user.h>
+#include <dahdi/wctdm_user.h>
#include "fxo_modes.h"
diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c
index 2b94201..dcf22b4 100644
--- a/drivers/dahdi/wctdm24xxp/base.c
+++ b/drivers/dahdi/wctdm24xxp/base.c
@@ -49,9 +49,9 @@ Tx Gain - W/Pre-Emphasis: -23.99 to 0.00 db
#include <dahdi/kernel.h>
#include <dahdi/user.h>
+#include <dahdi/wctdm_user.h>
#include "proslic.h"
-#include "wctdm.h"
#include "wctdm24xxp.h"
diff --git a/drivers/dahdi/wctdm.h b/include/dahdi/wctdm_user.h
index 297a542..297a542 100644
--- a/drivers/dahdi/wctdm.h
+++ b/include/dahdi/wctdm_user.h