s390_register_adapter_interrupt(9) register adapter interrupt handler

SYNOPSIS

void * s390_register_adapter_interrupt(adapter_int_handler_t handler, void * drv_data, u8 isc);

ARGUMENTS

handler

adapter handler to be registered

drv_data

driver data passed with each call to the handler

isc

isc for which the handler should be called

RETURNS

Pointer to the indicator to be used on success ERR_PTR if registration failed

AUTHOR

Cornelia Huck <[email protected]>

Author.

COPYRIGHT