[PATCH] libata: add pio flush for via atapi (was: Re: TR: ASUS A8V Deluxe, x86_64)
[linux-2.6] / drivers / s390 / cio / airq.h
1 #ifndef S390_AINTERRUPT_H
2 #define S390_AINTERRUPT_H
3
4 typedef int (*adapter_int_handler_t)(void);
5
6 extern int s390_register_adapter_interrupt(adapter_int_handler_t handler);
7 extern int s390_unregister_adapter_interrupt(adapter_int_handler_t handler);
8 extern void do_adapter_IO (void);
9
10 #endif