diff options
Diffstat (limited to 'hw/ppce500_pci.h')
-rw-r--r-- | hw/ppce500_pci.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/ppce500_pci.h b/hw/ppce500_pci.h deleted file mode 100644 index 61f773ef30..0000000000 --- a/hw/ppce500_pci.h +++ /dev/null @@ -1,9 +0,0 @@ -#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 |