wd33c93.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* wd33c93.h - SCSI library header file */
  2. /* Copyright 1984-2002 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01b,26apr02,dat  Adding cplusplus protection, SPR 75017
  7. 01a,10oct94,jds  written for SCSI1 and SCSI2 compatability
  8. */
  9. #ifndef __INCwd33c93h
  10. #define __INCwd33c93h
  11. #ifndef INCLUDE_SCSI2
  12. #include "wd33c93_1.h"
  13. #else
  14. #include "wd33c93_2.h"
  15. #endif /* INCLUDE_SCSI2 */
  16. #endif /* __INCwd33c93 */