S390_REGISTER_ADAPTE

Section: Generic interfaces (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

s390_register_adapter_interrupt - 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 <cornelia.huck@de.ibm.com>

Author.
 

COPYRIGHT