Attempt to create my own scsi_aha154x.h to make the emulator compile.

This commit is contained in:
OBattler
2017-05-08 19:32:28 +02:00
parent df4fdb803b
commit 80b85db6a4

9
src/scsi_aha154x.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef SCSI_AHA154X_H
# define SCSI_AHA154X_H
extern device_t aha1540b_device;
extern device_t aha1542cf_device;
#endif /*SCSI_AHA154X_H*/