1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

core: add architecture dependent extension

This commit is contained in:
Gunar Schorcht 2018-07-03 16:59:02 +02:00
parent 61e8825fa7
commit c71f40370b

View File

@ -209,7 +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 };
/**
* @def THREAD_STACKSIZE_DEFAULT