X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Documentation%2Fisdn%2FINTERFACE.CAPI;h=f172091fb7cd4c592980a36272b2a61a4db71b7e;hb=04488734806948624dabc4514f96f14cd75b9a50;hp=5fe8de5cc7275f768b3c1106c5276f56ab35e256;hpb=c7cedb125ba20cc531671dc667ad704baa667d97;p=linux-2.6-block.git diff --git a/Documentation/isdn/INTERFACE.CAPI b/Documentation/isdn/INTERFACE.CAPI index 5fe8de5cc727..f172091fb7cd 100644 --- a/Documentation/isdn/INTERFACE.CAPI +++ b/Documentation/isdn/INTERFACE.CAPI @@ -149,10 +149,11 @@ char *(*procinfo)(struct capi_ctr *ctrlr) pointer to a callback function returning the entry for the device in the CAPI controller info table, /proc/capi/controller -read_proc_t *ctr_read_proc - pointer to the read_proc callback function for the device's proc file - system entry, /proc/capi/controllers/; will be called with a - pointer to the device's capi_ctr structure as the last (data) argument +const struct file_operations *proc_fops + pointers to callback functions for the device's proc file + system entry, /proc/capi/controllers/; pointer to the device's + capi_ctr structure is available from struct proc_dir_entry::data + which is available from struct inode. Note: Callback functions except send_message() are never called in interrupt context.