]> Git Repo - qemu.git/blame - hw/ppce500_pci.h
net: reorganize headers
[qemu.git] / hw / ppce500_pci.h
CommitLineData
9e2c1298
AG
1#ifndef PPCE500_PCI_H
2#define PPCE500_PCI_H
3
4static inline int ppce500_pci_map_irq_slot(int devno, int irq_num)
5{
6 return (devno + irq_num) % 4;
7}
8
9#endif
This page took 0.022309 seconds and 4 git commands to generate.