isr.h
来自「motorola自己开发的针对coldfire 5272的Dbug bootlo」· C头文件 代码 · 共 25 行
H
25 行
/*
* File: isr.h
* Purpose: Private prototypes for interrupt handling
*
* Notes: This file automatically included by libdbug.h
*
* Author: Eric DeVolder
* Date:
*
* Modifications:
*
*/
#ifndef _LIBDBUG_ISR_H
#define _LIBDBUG_ISR_H
/********************************************************************/
int
isr_execute_handler (int);
/********************************************************************/
#endif /* _LIBDBUG_ISR_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?