Re-committed scsi_aha154x.h file - sorry !
This commit is contained in:
17
src/scsi_aha154x.h
Normal file
17
src/scsi_aha154x.h
Normal file
@@ -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*/
|
||||
Reference in New Issue
Block a user