⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.h

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 H
字号:
/*-------------------------------------*//* main.h                              *//* Last change :  2. 2.95              *//*-------------------------------------*//* *  $Id: main.h,v 1.2 1999/10/27 16:27:34 joel Exp $ */#ifndef _MAIN_H_#define _MAIN_H_  /* ROM monitor main function(s).    * Gets control from rommon.s.   */extern void romMain(void);extern void romFaultMain(void);extern void romTestMain(void);extern char * mainRevisionStr(void);extern char * mainBuildStr(void);extern unsigned int bootAddr[];#endif/*-------------*//* End of file *//*-------------*/

⌨️ 快捷键说明

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