mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
7 lines
159 B
C
7 lines
159 B
C
#ifndef EMU_PCI_DUMMY_H
|
|
#define EMU_PCI_DUMMY_H
|
|
|
|
extern void pci_dummy_init(int min_slot, int max_slot, int nb_slot, int sb_slot);
|
|
|
|
#endif /*EMU_PCI_DUMMY_H*/
|