mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
15 lines
355 B
C
15 lines
355 B
C
#ifndef SCSI_AHA154X_H
|
|
# define SCSI_AHA154X_H
|
|
|
|
extern const device_t aha154xa_device;
|
|
extern const device_t aha154xb_device;
|
|
extern const device_t aha154xc_device;
|
|
extern const device_t aha154xcf_device;
|
|
extern const device_t aha154xcp_device;
|
|
extern const device_t aha1640_device;
|
|
|
|
extern void aha_device_reset(void *p);
|
|
|
|
|
|
#endif /*SCSI_AHA154X_H*/
|