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
|
|
|
|
2023-02-11 22:15:50 +01: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*/
|