excsimsolarislib.h

来自「IXP425的BSP代码」· C头文件 代码 · 共 43 行

H
43
字号
/* excSimsparcLib.h - simsparc exception library header *//* Copyright 1993-1995 Wind River Systems, Inc. *//*modification history--------------------01a,07jun95,ism  derived from simsparc*/#ifndef __INCexcSimsparcLibh#define __INCexcSimsparcLibh#ifdef __cplusplusextern "C" {#endif#ifndef _ASMLANGUAGE/* variable declarations */extern FUNCPTR  excExcepHook;   /* add'l rtn to call when exceptions occur */typedef struct    {    int valid;    int pc;    int	npc;    int	ps;    int	sig;    int	code;    int	addr;    int	ptcb;    } EXC_INFO;#endif  /* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCexcSimsparcLibh */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?