source: rtems/c/src/lib/libbsp/i960/rxgen960/startup/rom_ibr.h @ 3299388d

4.104.114.84.95
Last change on this file since 3299388d was 2ea8df3, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/99 at 16:27:34

Added CVS Ids and a basic header. More header cleanup needed.

  • Property mode set to 100644
File size: 773 bytes
Line 
1/*-------------------------------------*/
2/* rom_ibr.h                           */
3/* Last change :  23. 1.95             */
4/*-------------------------------------*/
5/*
6 *  $Id$
7 */
8
9#ifndef _ROM_IBR_H_
10#define _ROM_IBR_H_
11
12#include "flttbl.h"
13#include "cntrltbl.h"
14#include "intrtbl.h"
15#include "systbl.h"
16
17  /* Initial Boot Record.
18   */     
19struct IBR {                       
20  unsigned int busConfig[4];            /* Initial Bus Configuration */
21  void (* start)(void);                 /* Start Point */
22  struct PRCB * prcb;                   /* PRCB */
23  unsigned int chckSum[6];              /* CheckSum */
24};
25  /* Check sum values (defined in *.ld).
26   */
27extern unsigned int rom_ibr_cksum[];
28
29#endif
30/*-------------*/
31/* End of file */
32/*-------------*/
33
Note: See TracBrowser for help on using the repository browser.