#ifndef _constants_h_
#define _constants_h_
#ifdef __cplusplus
extern "C" {
#endif
#define MARK_START_RELEASE 0
#define MARK_END_RELEASE_START_PUSH 1
#define MARK_END_PUSH 2
#define MARK_IDLE 3
void create_mark_constants();
void create_usb_constants();
void create_win_constants();
#ifdef __cplusplus
}
#endif
#endif