summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/rom_ibr.h
blob: 4025237b4c840df9d8ac2f51e24c7ff97c39f50f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*-------------------------------------*/
/* rom_ibr.h                           */
/* Last change :  23. 1.95             */
/*-------------------------------------*/
#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 */
/*-------------*/