irq.c
来自「mips架构的bootloader,99左右的版本 但源代码现在没人更新了」· C语言 代码 · 共 21 行
C
21 行
/************************************************************* * File: irq.c * Purpose: redirect for IRQInstall * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 981016 Created */#include <utypes.h>/* * This file ensures that if you call IRQInstall you will (by default) * get the PMON version of IRQInstall. */Func *IRQInstall(int IRQNum, Func *ISRFun){pmIRQInstall(IRQNum,ISRFun);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?