2015-10-01 07:14:50 +02:00
|
|
|
#include "sections.h"
|
2015-06-22 10:43:01 +02:00
|
|
|
#include "rom.h"
|
|
|
|
#include <xtensa/corebits.h>
|
|
|
|
|
|
|
|
void load_non_32_wide_handler (struct exception_frame *ef, uint32_t cause) TEXT_SECTION_ATTR;
|
2016-03-24 00:06:09 +01:00
|
|
|
void __real__xtos_set_exception_handler (uint32_t cause, exception_handler_fn fn);
|