summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-05-23 12:36:42 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-05-23 12:36:42 +0000
commit94b80ba13567379ef2fc4e7efd7ac3d87515f242 (patch)
tree038e96a47bfde7eae92dbbc80eadaba8162525cc /include
parent3359e84a8d937b96153af9b1d608b68f9c0a949b (diff)
sysfs: refactor lineconfig string representation
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@10685 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 08c1c41..c452270 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -807,6 +807,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);
+ssize_t lineconfig_str(int lineconfig, char buf[], size_t size);
struct file;