X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fs390%2Fcio%2Fdevice.h;h=b66338b7657936d7de03780537637f81f559ad4f;hb=7677ced48e2bbbb8d847d34f37e5d96d2b0e41e4;hp=29db6341d632ce0bd5a9f78b6982c3367a388349;hpb=741441ab7800f1eb031e74fd720f4f8f361678ed;p=linux-2.6 diff --git a/drivers/s390/cio/device.h b/drivers/s390/cio/device.h index 29db6341d6..b66338b765 100644 --- a/drivers/s390/cio/device.h +++ b/drivers/s390/cio/device.h @@ -74,6 +74,7 @@ extern struct workqueue_struct *ccw_device_notify_work; extern wait_queue_head_t ccw_device_init_wq; extern atomic_t ccw_device_init_count; +void io_subchannel_irq (struct device *pdev); void io_subchannel_recog_done(struct ccw_device *cdev); int ccw_device_cancel_halt_clear(struct ccw_device *); @@ -118,6 +119,7 @@ int ccw_device_stlck(struct ccw_device *); /* qdio needs this. */ void ccw_device_set_timeout(struct ccw_device *, int); extern struct subchannel_id ccw_device_get_subchannel_id(struct ccw_device *); +extern struct bus_type ccw_bus_type; /* Channel measurement facility related */ void retry_set_schib(struct ccw_device *cdev);