home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 May / pcp151c.iso / misc / src / install / scsi.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-10  |  286 b   |  13 lines

  1. #ifndef H_SCSI
  2. #define H_SCSI
  3.  
  4. #include "devices.h"
  5.  
  6. int setupSCSIInterfaces(int forceConfig, struct driversLoaded ** dl,
  7.             int automatic, int dir);
  8. int scsiDeviceAvailable(void);
  9. int scsiGetDevices(struct deviceInfo ** sdiPtr);
  10. int ideGetDevices(struct deviceInfo ** sdiPtr);
  11.  
  12. #endif
  13.