URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
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 {
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.