aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/airq.h
blob: 7d6be3fdcd662b4d48dabd370f7e5596e7c82e3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef S390_AINTERRUPT_H
#define S390_AINTERRUPT_H

typedef	int (*adapter_int_handler_t)(void);

extern int s390_register_adapter_interrupt(adapter_int_handler_t handler);
extern int s390_unregister_adapter_interrupt(adapter_int_handler_t handler);
extern void do_adapter_IO (void);

#endif