aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/action.h
blob: 183f03b3440939c76ba507a78b3c97436ff9f974 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef ACTION_H_
#define ACTION_H_

#include <stdlib.h>

extern uint32_t action_vector;

void action_start(uint32_t action);

void action_end(uint32_t action);

void action_set(uint32_t new_vector);

#endif //ACTION_H_