tz_counter.h 171 B

123456789
  1. #ifndef __KREE_INC_COUNTER
  2. #define __KREE_INC_COUNTER
  3. /* enable counter implementation */
  4. #define ENABLE_INC_ONLY_COUNTER
  5. int update_counter_thread(void *data);
  6. #endif