Sign in
◑
Theme
qemu-android
/
qemu-android
/
d48f4fa69eb3efb03a2efe2e4606a97a17cf222f
/
.
/
include
/
hw
/
pci-host
/
ppce500.h
blob: 61f773ef30f29df04c616d40d0153d679c8addea [
file
]
#ifndef
PPCE500_PCI_H
#define
PPCE500_PCI_H
static
inline
int
ppce500_pci_map_irq_slot
(
int
devno
,
int
irq_num
)
{
return
(
devno
+
irq_num
)
%
4
;
}
#endif