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

VxWorks

开发平台:

C/C++

  1. /* ivSimnt.h - simnt interrupt vectors */
  2. /* Copyright 1993-1995 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,06oct97,cym  written
  7. */
  8. #ifndef __INCivSimnth
  9. #define __INCivSimnth
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. /* macros to convert interrupt vectors <-> interrupt numbers */
  14. #define IVEC_TO_INUM(intVec)     (intVec)
  15. #define INUM_TO_IVEC(intNum)     (intNum)
  16. #define IVEC_TO_MESSAGE(intVec)  (intVec)
  17. #define MESSAGE_TO_IVEC(message)        (message)
  18. /* interrupt vector definitions */
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif /* __INCivSimnth */