Sign in
qemu
/
qemu
/
f161e723fdfddfc820c7f19eb6ac76ac6ba6d2a8
/
.
/
include
/
hw
/
pci-host
/
ppce500.h
blob: e3a374230b7116b65bd3e4476e30ab9775fba17d [
file
] [
log
] [
blame
]
#ifndef
PCI_HOST_PPCE500_H
#define
PCI_HOST_PPCE500_H
static
inline
int
ppce500_pci_map_irq_slot
(
int
devno
,
int
irq_num
)
{
return
(
devno
+
irq_num
)
%
4
;
}
#endif