diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-25 10:37:07 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-25 10:37:07 +0000 |
commit | fde2a2cc60934f77816a4d2200b97127cdb3a6d2 (patch) | |
tree | 6afa1382dce1df73e3cdcfef7cb2513bf926532e /os/rt/include | |
parent | fcb8c906094c82bbdba975ee7370f47d9a7b3e24 (diff) | |
download | ChibiOS-fde2a2cc60934f77816a4d2200b97127cdb3a6d2.tar.gz ChibiOS-fde2a2cc60934f77816a4d2200b97127cdb3a6d2.tar.bz2 ChibiOS-fde2a2cc60934f77816a4d2200b97127cdb3a6d2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8946 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include')
-rw-r--r-- | os/rt/include/chregistry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/rt/include/chregistry.h b/os/rt/include/chregistry.h index a786e93a0..f60b1b2c3 100644 --- a/os/rt/include/chregistry.h +++ b/os/rt/include/chregistry.h @@ -110,6 +110,7 @@ extern "C" { thread_t *chRegNextThread(thread_t *tp);
thread_t *chRegFindThreadByName(const char *name);
thread_t *chRegFindThreadByPointer(thread_t *tp);
+ thread_t *chRegFindThreadByWorkingArea(stkalign_t *wa);
#ifdef __cplusplus
}
#endif
|