Sign in
qemu
/
qemu
/
bb585a784e9ad69207315d694e7dad2c422f6baa
/
.
/
hw
/
ppce500_pci.h
blob: 61f773ef30f29df04c616d40d0153d679c8addea [
file
] [
log
] [
blame
]
#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