URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 584 |
Rev 623 |
Line 27... |
Line 27... |
void report(unsigned long value);
|
void report(unsigned long value);
|
|
|
/* return value by making a syscall */
|
/* return value by making a syscall */
|
extern void or32_exit (int i) __attribute__ ((__noreturn__));
|
extern void or32_exit (int i) __attribute__ ((__noreturn__));
|
|
|
/* Timer functions */
|
|
extern void start_timer(int);
|
|
extern unsigned int read_timer(int);
|
|
|
|
|
|
extern unsigned long excpt_buserr;
|
|
extern unsigned long excpt_dpfault;
|
|
extern unsigned long excpt_ipfault;
|
|
extern unsigned long excpt_tick;
|
|
extern unsigned long excpt_align;
|
|
extern unsigned long excpt_illinsn;
|
|
extern unsigned long excpt_int;
|
|
extern unsigned long excpt_dtlbmiss;
|
|
extern unsigned long excpt_itlbmiss;
|
|
extern unsigned long excpt_range;
|
|
extern unsigned long excpt_syscall;
|
|
extern unsigned long excpt_break;
|
|
extern unsigned long excpt_trap;
|
|
|
|
|
|
#endif /* SUPPORT_H */
|
#endif /* SUPPORT_H */
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.