mirror of
https://github.com/86Box/86Box.git
synced 2026-02-27 17:34:25 -07:00
10 lines
148 B
C
10 lines
148 B
C
#ifndef SCSI_AHA154X_H
|
|
# define SCSI_AHA154X_H
|
|
|
|
|
|
extern device_t aha1540b_device;
|
|
extern device_t aha1542cf_device;
|
|
|
|
|
|
#endif /*SCSI_AHA154X_H*/
|