summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/rom_ibr.h
blob: e9d7b6908e20d141a21152faa32317fcb7136186 (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
30
31
32
/*-------------------------------------*/
/* rom_ibr.h                           */
/* Last change :  23. 1.95             */
/*-------------------------------------*/
/*
 *  $Id$
 */

#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 */
/*-------------*/