From 80b85db6a4a3302cd41767421c4f80efc91f0464 Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 8 May 2017 19:32:28 +0200 Subject: [PATCH] Attempt to create my own scsi_aha154x.h to make the emulator compile. --- src/scsi_aha154x.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/scsi_aha154x.h diff --git a/src/scsi_aha154x.h b/src/scsi_aha154x.h new file mode 100644 index 000000000..69b23aa0f --- /dev/null +++ b/src/scsi_aha154x.h @@ -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*/