Sign in
qemu
/
qemu
/
6ac1b45f9b3cb788255c0fde7637ba663eba632c
/
.
/
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