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

VxWorks

开发平台:

C/C++

  1. /* esfSimhppa.h - simhppa exception stack frame */
  2. /* Copyright 1993-1994 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01b,25jan94,gae  defined ESF.
  7. 01a,11aug93,gae  from rrr.
  8. */
  9. #ifndef __INCesfSimhppah
  10. #define __INCesfSimhppah
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. #include "regs.h"
  15. #include "excLib.h"
  16. #define ESF EXC_INFO
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif /* __INCesfSimhppah */