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

VxWorks

开发平台:

C/C++

  1. /* ncr5390.h - NCR 53C90 Advanced SCSI Controller 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,07nov94,jds  written for SCSI1 compatabilty
  8. */
  9. #ifndef __INCncr5390h
  10. #define __INCncr5390h
  11. #ifndef INCLUDE_SCSI2
  12. #include "ncr5390_1.h"
  13. #else
  14. #include "ncr5390_2.h"
  15. #endif /* INCLUDE_SCSI2 */
  16. #endif /* __INCncr5390h */