mirror of
https://github.com/86Box/86Box.git
synced 2026-02-26 05:53:15 -07:00
7 lines
112 B
C
7 lines
112 B
C
#ifndef EMU_PCI_DUMMY_H
|
|
# define EMU_PCI_DUMMY_H
|
|
|
|
extern void pci_dummy_init(void);
|
|
|
|
#endif /*EMU_PCI_DUMMY_H*/
|