More pci_dummy.c fixes and it's now instantiable and the exposed init function initializes it for PCI slot brute force purposes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef EMU_PCI_DUMMY_H
|
||||
#define EMU_PCI_DUMMY_H
|
||||
|
||||
extern void pci_dummy_init(void);
|
||||
extern void pci_dummy_init(int min_slot, int max_slot, int nb_slot, int sb_slot);
|
||||
|
||||
#endif /*EMU_PCI_DUMMY_H*/
|
||||
|
||||
Reference in New Issue
Block a user