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*/