Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/dev/twa/tw_cl_share.h 209860 2010-07-09 17:38:15Z delphij $
---
> * $FreeBSD: head/sys/dev/twa/tw_cl_share.h 212008 2010-08-30 19:15:04Z delphij $
352,355c352,354
< #ifndef tw_osl_ctlr_busy
< /* Called when CL is too busy to accept new requests. */
< extern TW_VOID tw_osl_ctlr_busy(struct tw_cl_ctlr_handle *ctlr_handle,
< struct tw_cl_req_handle *req_handle);
---
> #ifndef tw_osl_timeout
> /* Start OS timeout() routine after controller reset sequence */
> extern TW_VOID tw_osl_timeout(struct tw_cl_req_handle *req_handle);
357a357,360
> #ifndef tw_osl_untimeout
> /* Stop OS timeout() routine during controller reset sequence */
> extern TW_VOID tw_osl_untimeout(struct tw_cl_req_handle *req_handle);
> #endif
358a362
>
554a559,562
> extern TW_VOID tw_cl_set_reset_needed(struct tw_cl_ctlr_handle *ctlr_handle);
> extern TW_INT32 tw_cl_is_reset_needed(struct tw_cl_ctlr_handle *ctlr_handle);
> extern TW_INT32 tw_cl_is_active(struct tw_cl_ctlr_handle *ctlr_handle);
>