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

VxWorks

开发平台:

C/C++

  1. /* mb87030.h - Fujitsu MB87030 SPC (SCSI Protocol Controller) header */
  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 backward compatability.
  8. */
  9. #ifndef __INCmb87030h
  10. #define __INCmb87030h
  11. #ifndef INCLUDE_SCSI2
  12. #include "mb87030_1.h"
  13. #else
  14. #error "mb87030 driver does not support SCSI2"
  15. #endif /* INCLUDE_SCSI2 */
  16. #endif /* __INCmb87030h */