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

Subversion Repositories openrisc

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

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 175 Rev 464
Line 12... Line 12...
#define debug(fmt,args...) printf (fmt ,##args)
#define debug(fmt,args...) printf (fmt ,##args)
#else
#else
#define debug(fmt,args...) __printf (fmt ,##args)
#define debug(fmt,args...) __printf (fmt ,##args)
#endif
#endif
 
 
 
/* Stack top */
 
extern unsigned long _src_addr;
 
 
/* 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 {
    CT_NONE,
    CT_NONE,

powered by: WebSVN 2.1.0

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