From 3359e84a8d937b96153af9b1d608b68f9c0a949b Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 23 May 2012 12:35:56 +0000 Subject: sysfs: add a linecompat span attribute This way, dahdi_genconf may gather needed information without issuing ioctl()'s Signed-off-by: Shaun Ruffell Acked-by: Tzafrir Cohen git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10684 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- include/dahdi/kernel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3