From 769a2939d57446b859b4961be1cd7495940c639e Mon Sep 17 00:00:00 2001 From: waltje Date: Mon, 8 May 2017 18:26:27 -0400 Subject: [PATCH] Re-committed scsi_aha154x.h file - sorry ! --- src/scsi_aha154x.h | 17 +++++++++++++++++ 1 file changed, 17 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..67734e070 --- /dev/null +++ b/src/scsi_aha154x.h @@ -0,0 +1,17 @@ +#ifndef SCSI_AHA154X_H +# define SCSI_AHA154X_H + + +typedef struct { + uint8_t flags; /* local flags */ + uint8_t bid; /* board ID */ + char fwl, fwh; /* firmware info */ +} aha_info; +#define AHA_GLAG_MEMEN 0x01 /* BIOS Shadow RAM enabled */ + + +extern device_t aha1540b_device; +extern device_t aha1542cf_device; + + +#endif /*SCSI_AHA154X_H*/