Commit b82e7c1a authored by Cedric Roux's avatar Cedric Roux

hotfix: forgot targets/COMMON/threads_t.h in a previous commit

parent 39f26e94
#ifndef _THREADS_T_H_
#define _THREADS_T_H_
typedef struct threads_s {
int iq;
int odd;
int even;
} threads_t;
#endif /* _THREADS_T_H_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment