From 15654c14c8a566edeb07b25aeb73ce2578dad2f2 Mon Sep 17 00:00:00 2001 From: Oron Peled Date: Mon, 23 May 2011 17:58:50 +0300 Subject: 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.) --- drivers/dahdi/xpp/xpp_dahdi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/dahdi/xpp/xpp_dahdi.h') 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, -- cgit v1.2.3