setjmp.h 404 B

1234567891011121314
  1. #ifndef __SETJMP
  2. #define __SETJMP
  3. #include <default.h>
  4. /* Begin Auto-Generated Part */
  5. typedef struct{unsigned long D2,D3,D4,D5,D6,D7;unsigned long A2,A3,A4,A5,A6,A7;unsigned long PC;}JMP_BUF[1];
  6. #define longjmp _rom_call_attr(void,(void*,short),__attribute__((__noreturn__)),267)
  7. #define setjmp _rom_call(short,(void*),266)
  8. /* End Auto-Generated Part */
  9. #define jmp_buf JMP_BUF
  10. #endif