summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-05-25 13:04:26 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-05-25 13:04:26 -0500
commit664fd502baa969a3cea2ae3816aebc4a68fe7d2b (patch)
tree90cf0ce1bc19103d73326483d0957f753a2ff8f6 /include
parentb6e4a415a1c72568077bbb156cb1b726c0f1833f (diff)
ISDN/CAPI: Have hardware driver alloc struct capi_drv
The hardware driver needs to alloc mem anyway, and now can fill in fields before registering with the CAPI layer. Basically the same way struct net_device is handled.
Diffstat (limited to 'include')
-rw-r--r--include/linux/isdn/capilli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/isdn/capilli.h b/include/linux/isdn/capilli.h
index 63d69d4b2b0f..47f94039b07c 100644
--- a/include/linux/isdn/capilli.h
+++ b/include/linux/isdn/capilli.h
@@ -98,7 +98,7 @@ struct capi_driver {
void attach_capi_driver(struct capi_driver *driver);
void detach_capi_driver(struct capi_driver *driver);
-struct capi_ctr *attach_capi_ctr(struct capi_driver *driver, char *name, void *data);
+int attach_capi_ctr(struct capi_ctr *);
int detach_capi_ctr(struct capi_ctr *);