Files
86Box/src/include/86box/pci_dummy.h

7 lines
159 B
C
Raw Normal View History

2022-02-18 19:42:21 -05:00
#ifndef EMU_PCI_DUMMY_H
2022-09-18 17:15:38 -04:00
#define EMU_PCI_DUMMY_H
2022-02-18 19:42:21 -05:00
extern void pci_dummy_init(int min_slot, int max_slot, int nb_slot, int sb_slot);
2022-02-18 19:42:21 -05:00
#endif /*EMU_PCI_DUMMY_H*/