mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
10 lines
154 B
C
10 lines
154 B
C
#ifndef SCSI_BUSLOGIC_H
|
|
# define SCSI_BUSLOGIC_H
|
|
|
|
|
|
extern device_t buslogic_device;
|
|
extern device_t buslogic_pci_device;
|
|
|
|
|
|
#endif /*SCSI_BUSLOGIC_H*/
|