Skip to content
Snippets Groups Projects
Commit e75e0a5f authored by Gunar Schorcht's avatar Gunar Schorcht
Browse files

core: architecture dependent part in thread_t

parent c71f4037
No related branches found
No related tags found
No related merge requests found
......@@ -209,10 +209,10 @@ struct _thread {
const char *name; /**< thread's name */
int stack_size; /**< thread's stack size */
#endif
#ifdef HAVE_THREAD_ARCH_EXT_T
thread_arch_ext_t arch; /**< architecture dependent exten-
sions */
#endif };
#ifdef HAVE_THREAD_ARCH_T
thread_arch_t arch; /**< architecture dependent part */
#endif
};
/**
* @def THREAD_STACKSIZE_DEFAULT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment