user_exceptions.h 246 B

123456
  1. #include "sections.h"
  2. #include "rom.h"
  3. #include <xtensa/corebits.h>
  4. void load_non_32_wide_handler (struct exception_frame *ef, uint32_t cause) TEXT_SECTION_ATTR;
  5. void __real__xtos_set_exception_handler (uint32_t cause, exception_handler_fn fn);