2017-05-08 18:26:27 -04:00
|
|
|
#ifndef SCSI_AHA154X_H
|
|
|
|
|
# define SCSI_AHA154X_H
|
|
|
|
|
|
|
|
|
|
|
2018-03-19 01:02:04 +01:00
|
|
|
extern const device_t aha1540b_device;
|
|
|
|
|
extern const device_t aha1542c_device;
|
|
|
|
|
extern const device_t aha1542cf_device;
|
|
|
|
|
extern const device_t aha1640_device;
|
2017-06-14 03:03:29 +02:00
|
|
|
|
|
|
|
|
extern void aha_device_reset(void *p);
|
2017-05-08 18:26:27 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif /*SCSI_AHA154X_H*/
|