home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 13 / CDA13.ISO / MISC / SRC / INSTALL / SCSI.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-23  |  140 b   |  8 lines

  1. #ifndef H_SCSI
  2. #define H_SCSI
  3.  
  4. int setupSCSIInterfaces(int forceConfig, struct driversLoaded ** dl);
  5. int scsiDeviceAvailable(void);
  6.  
  7. #endif
  8.