ssp_except.h

来自「abstract rtos」· C头文件 代码 · 共 35 行

H
35
字号
#ifdef __cplusplusextern "C"{#endif#ifndef _SSP_EXCEPT_H_#define _SSP_EXCEPT_H_#if ( _CPU_ARM )#include "ssp_except_arm.h"#elif ( _CPU_MIPS )#include "ssp_except_mips.h"#elif( _CPU_PPC )#include "ssp_except_ppc.h"#endifU32 m_except_init();U32 m_system_restart_task_init();#endif#ifdef __cplusplus}#endif

⌨️ 快捷键说明

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