summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/dahdi-sysfs.h')
-rw-r--r--drivers/dahdi/dahdi-sysfs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/dahdi/dahdi-sysfs.h b/drivers/dahdi/dahdi-sysfs.h
index 92afbf4..41e1786 100644
--- a/drivers/dahdi/dahdi-sysfs.h
+++ b/drivers/dahdi/dahdi-sysfs.h
@@ -95,4 +95,12 @@ enum kobject_action {
class_simple_device_remove(class, devt)
#endif
+/* Global */
+int __init dahdi_sysfs_chan_init(const struct file_operations *fops);
+void dahdi_sysfs_chan_exit(void);
+
+/* Channel Handling */
+int chan_sysfs_create(struct dahdi_chan *chan);
+void chan_sysfs_remove(struct dahdi_chan *chan);
+
#endif /* DAHDI_SYSFS_H */