Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
s390
include
asm
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
14
void
*
s390_register_adapter_interrupt
(
adapter_int_handler_t
,
void
*,
u8
);
15
void
s390_unregister_adapter_interrupt
(
void
*,
u8
);
16
17
#endif
/* _ASM_S390_AIRQ_H */
Generated on Thu Jan 10 2013 13:16:37 for Linux Kernel by
1.8.2