Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
broonie
/
misc
/
60d509fa6a9c4653a86ad830e4c4b30360b23f0e
/
.
/
arch
/
arm
/
mach-iop13xx
/
include
/
mach
/
msi.h
blob: b80c5ae17e99eb760f039f91d9ed2905e6e9f7d7 [
file
] [
log
] [
blame
]
#ifndef
_IOP13XX_MSI_H_
#define
_IOP13XX_MSI_H_
#ifdef
CONFIG_PCI_MSI
void
iop13xx_msi_init
(
void
);
#else
static
inline
void
iop13xx_msi_init
(
void
)
{
return
;
}
#endif
#endif