summaryrefslogtreecommitdiff
path: root/xpp/xbus-core.h
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-01 21:33:56 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-01 21:33:56 +0000
commitf83aff263467c62fc8841ed48c472870d4f005b8 (patch)
tree55a98339a96498bfaa5dcce34f443d0133ed693e /xpp/xbus-core.h
parentc672fbb982ba644e11ab9e5b6d883008b4004100 (diff)
xpp.r4415:
* Show Astribank 6+2 as 6/2 channels and not 8/8 channels. - Added as a "subtype" to the device type (r4391). * Fixed a panic in BRI span shutdown method (r4393). * Changes to debug macros. * Add proper sysfs support (r4406) - A bus on whuch all of the Astribanks reside. - Replaces useless sysfs code that existed in the module. - Currently used to set the sync source automatically at device adition / removal. * BRI: We do need the T1 timer in NT. If it gets into G2 state (rr4407). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2811 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/xbus-core.h')
-rw-r--r--xpp/xbus-core.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/xpp/xbus-core.h b/xpp/xbus-core.h
index f105d3a..d7df05a 100644
--- a/xpp/xbus-core.h
+++ b/xpp/xbus-core.h
@@ -80,5 +80,11 @@ void xbus_reset_counters(xbus_t *xbus);
int xbus_register_xpd(xbus_t *xbus, xpd_t *xpd);
int xbus_unregister_xpd(xbus_t *xbus, xpd_t *xpd);
+/* sysfs */
+int register_xpp_bus(void);
+void unregister_xpp_bus(void);
+int xbus_sysfs_create(xbus_t *xbus);
+void xbus_sysfs_remove(xbus_t *xbus);
+
#endif /* XBUS_CORE_H */