summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpp_dahdi.h
diff options
context:
space:
mode:
authorOron Peled <oron.peled@xorcom.com>2011-05-23 17:58:50 +0300
committerOron Peled <oron.peled@xorcom.com>2011-05-23 17:58:50 +0300
commit15654c14c8a566edeb07b25aeb73ce2578dad2f2 (patch)
treee2f4816eff085d24089a94db646078c9f94a100b /drivers/dahdi/xpp/xpp_dahdi.h
parentafc6e3ad6545869d47fdf0d150bd882c84d219a4 (diff)
xpp: Now each Astribank (xbus) is a dahdi device and each xpd is a span:
- This is a minimal patch - More work should be done (e.g: auto_registration etc.)
Diffstat (limited to 'drivers/dahdi/xpp/xpp_dahdi.h')
-rw-r--r--drivers/dahdi/xpp/xpp_dahdi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xpp_dahdi.h b/drivers/dahdi/xpp/xpp_dahdi.h
index 3ab0299..8641615 100644
--- a/drivers/dahdi/xpp/xpp_dahdi.h
+++ b/drivers/dahdi/xpp/xpp_dahdi.h
@@ -25,7 +25,8 @@
#include "xpd.h"
#include "xproto.h"
-int dahdi_register_xpd(xpd_t *xpd);
+int dahdi_preregister_xpd(xpd_t *xpd);
+int dahdi_postregister_xpd(xpd_t *xpd);
int dahdi_unregister_xpd(xpd_t *xpd);
void xbus_request_removal(xbus_t *xbus);
int create_xpd(xbus_t *xbus, const xproto_table_t *proto_table,