Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
airq.h
Go to the documentation of this file.
1 /*
2  * Copyright IBM Corp. 2002, 2007
3  * Author(s): Ingo Adlung <[email protected]>
4  * Cornelia Huck <[email protected]>
5  * Arnd Bergmann <[email protected]>
6  * Peter Oberparleiter <[email protected]>
7  */
8 
9 #ifndef _ASM_S390_AIRQ_H
10 #define _ASM_S390_AIRQ_H
11 
12 typedef void (*adapter_int_handler_t)(void *, void *);
13 
16 
17 #endif /* _ASM_S390_AIRQ_H */