OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [i960/] [rxgen960/] [startup/] [rom_ibr.h] - Diff between revs 30 and 173

Only display areas with differences | Details | Blame | View Log

Rev 30 Rev 173
/*-------------------------------------*/
/*-------------------------------------*/
/* rom_ibr.h                           */
/* rom_ibr.h                           */
/* Last change :  23. 1.95             */
/* Last change :  23. 1.95             */
/*-------------------------------------*/
/*-------------------------------------*/
/*
/*
 *  $Id: rom_ibr.h,v 1.2 2001-09-27 11:59:59 chris Exp $
 *  $Id: rom_ibr.h,v 1.2 2001-09-27 11:59:59 chris Exp $
 */
 */
 
 
#ifndef _ROM_IBR_H_
#ifndef _ROM_IBR_H_
#define _ROM_IBR_H_
#define _ROM_IBR_H_
 
 
#include "flttbl.h"
#include "flttbl.h"
#include "cntrltbl.h"
#include "cntrltbl.h"
#include "intrtbl.h"
#include "intrtbl.h"
#include "systbl.h"
#include "systbl.h"
 
 
  /* Initial Boot Record.
  /* Initial Boot Record.
   */
   */
struct IBR {
struct IBR {
  unsigned int busConfig[4];            /* Initial Bus Configuration */
  unsigned int busConfig[4];            /* Initial Bus Configuration */
  void (* start)(void);                 /* Start Point */
  void (* start)(void);                 /* Start Point */
  struct PRCB * prcb;                   /* PRCB */
  struct PRCB * prcb;                   /* PRCB */
  unsigned int chckSum[6];              /* CheckSum */
  unsigned int chckSum[6];              /* CheckSum */
};
};
  /* Check sum values (defined in *.ld).
  /* Check sum values (defined in *.ld).
   */
   */
extern unsigned int rom_ibr_cksum[];
extern unsigned int rom_ibr_cksum[];
 
 
#endif
#endif
/*-------------*/
/*-------------*/
/* End of file */
/* End of file */
/*-------------*/
/*-------------*/
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.