blob: 712fd3eacaa04106d1076d9751ac66e8e82e5b79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef __KREE_INC_COUNTER
#define __KREE_INC_COUNTER
/* enable counter implementation */
#define ENABLE_INC_ONLY_COUNTER
int update_counter_thread(void *data);
#endif
|