summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-05-23 12:35:56 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-05-23 12:35:56 +0000
commit3359e84a8d937b96153af9b1d608b68f9c0a949b (patch)
tree94e4abf9a2d2c868310066800fc5fca1ad60f867 /include
parentfa1d3ba9465064f7a1551fe7369525d8b355861d (diff)
sysfs: add a linecompat span attribute
This way, dahdi_genconf may gather needed information without issuing ioctl()'s Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10684 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index d1f8631..08c1c41 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -806,6 +806,7 @@ enum spantypes {
};
const char *dahdi_spantype2str(enum spantypes st);
enum spantypes dahdi_str2spantype(const char *name);
+const char *dahdi_lineconfig_bit_name(int lineconfig_bit);
struct file;