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

📄 rom_ibr.h

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 H
字号:
/*-------------------------------------*//* rom_ibr.h                           *//* Last change :  23. 1.95             *//*-------------------------------------*//* *  $Id: rom_ibr.h,v 1.2 1999/10/27 16:27:34 joel Exp $ */#ifndef _ROM_IBR_H_#define _ROM_IBR_H_#include "flttbl.h"#include "cntrltbl.h"#include "intrtbl.h"#include "systbl.h"  /* Initial Boot Record.    */      struct IBR {                         unsigned int busConfig[4];            /* Initial Bus Configuration */  void (* start)(void);                 /* Start Point */  struct PRCB * prcb;                   /* PRCB */  unsigned int chckSum[6];              /* CheckSum */ };   /* Check sum values (defined in *.ld).   */extern unsigned int rom_ibr_cksum[];#endif/*-------------*//* End of file *//*-------------*/

⌨️ 快捷键说明

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