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
arm
mach-iop13xx
include
mach
msi.h
Go to the documentation of this file.
1
#ifndef _IOP13XX_MSI_H_
2
#define _IOP13XX_MSI_H_
3
#ifdef CONFIG_PCI_MSI
4
void
iop13xx_msi_init
(
void
);
5
#else
6
static
inline
void
iop13xx_msi_init
(
void
)
7
{
8
return
;
9
}
10
#endif
11
#endif
Generated on Thu Jan 10 2013 12:59:28 for Linux Kernel by
1.8.2