11 #ifndef STM_ITM2STM_CHECKPOINT_H
12 #define STM_ITM2STM_CHECKPOINT_H
14 #include <stm/config.h>
15 #include <checkpoint.h>
21 void restore(uint32_t flags)
asm(
"_stm_itm2stm_checkpoint_restore")
30 #endif // STM_ITM2STM_TRANSACTION_H
void restore(uint32_t flags) asm("_stm_itm2stm_checkpoint_restore") NORETURN
void * checkpoint_[CHECKPOINT_SIZE]
Definition: Checkpoint.h:25
#define CHECKPOINT_SIZE
Definition: checkpoint.h:14
Definition: Checkpoint.h:18