summaryrefslogtreecommitdiff
path: root/drivers/dahdi/proslic.h
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-08-05 19:39:10 +0000
committerShaun Ruffell <sruffell@digium.com>2009-08-05 19:39:10 +0000
commit006aca813d62fe98509da900adb3f42bc3d4e726 (patch)
treea63bb87d680b1a7d139773683e7ca73a9989e3e1 /drivers/dahdi/proslic.h
parent1dbaa50b377dd65a80b249a60af88dfb7c18b9bc (diff)
wctdm24xxp, wctdm: Formatting changes.
Update the lines affected by revision 6941. I'm taking every opportunity to move DAHDI closer to the kernel coding conventions short of just reformatting for the sake of reformatting. The majority of these changes are to bring the line lengths under 80 chars. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6945 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/proslic.h')
-rw-r--r--drivers/dahdi/proslic.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/dahdi/proslic.h b/drivers/dahdi/proslic.h
index b24b598..bf9c400 100644
--- a/drivers/dahdi/proslic.h
+++ b/drivers/dahdi/proslic.h
@@ -38,14 +38,15 @@ typedef struct {
/* Proslic Linefeed options for register 64 - Linefeed Control */
#define SLIC_LF_OPEN 0x0
#define SLIC_LF_ACTIVE_FWD 0x1
-#define SLIC_LF_OHTRAN_FWD 0x2
+#define SLIC_LF_OHTRAN_FWD 0x2 /* Forward On Hook Transfer */
#define SLIC_LF_TIP_OPEN 0x3
#define SLIC_LF_RINGING 0x4
#define SLIC_LF_ACTIVE_REV 0x5
-#define SLIC_LF_OHTRAN_REV 0x6
+#define SLIC_LF_OHTRAN_REV 0x6 /* Reverse On Hook Transfer */
#define SLIC_LF_RING_OPEN 0x7
-/* Mask used to reverse the linefeed mode between forward and reverse polarity */
+/* Mask used to reverse the linefeed mode between forward and
+ * reverse polarity. */
#define SLIC_LF_REVMASK 0x4
#define IDA_LO 28