esfSimhppa.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:
VxWorks
开发平台:
C/C++
- /* esfSimhppa.h - simhppa exception stack frame */
- /* Copyright 1993-1994 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01b,25jan94,gae defined ESF.
- 01a,11aug93,gae from rrr.
- */
- #ifndef __INCesfSimhppah
- #define __INCesfSimhppah
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include "regs.h"
- #include "excLib.h"
- #define ESF EXC_INFO
- #ifdef __cplusplus
- }
- #endif
- #endif /* __INCesfSimhppah */