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:
parent
61e8825fa7
commit
c71f40370b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user