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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [bootloaders/] [orpmon/] [include/] [common.h] - Diff between revs 464 and 467

Show entire file | Details | Blame | View Log

Rev 464 Rev 467
Line 13... Line 13...
#else
#else
#define debug(fmt,args...) __printf (fmt ,##args)
#define debug(fmt,args...) __printf (fmt ,##args)
#endif
#endif
 
 
/* Stack top */
/* Stack top */
extern unsigned long _src_addr;
extern unsigned long _stack_top;
 
 
/* A Board Information structure that is given to a program when
/* A Board Information structure that is given to a program when
 * ppcboot starts it up. */
 * ppcboot starts it up. */
typedef struct bd_info {
typedef struct bd_info {
  enum bi_console_type_t {
  enum bi_console_type_t {

powered by: WebSVN 2.1.0

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