mirror of
https://github.com/86Box/86Box.git
synced 2026-03-03 03:08:23 -07:00
7 lines
111 B
C
7 lines
111 B
C
#ifndef EMU_PCI_DUMMY_H
|
|
#define EMU_PCI_DUMMY_H
|
|
|
|
extern void pci_dummy_init(void);
|
|
|
|
#endif /*EMU_PCI_DUMMY_H*/
|