commit | da45b6c9ec519cde9acf648b5c2d1a230a3d0586 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Dec 28 11:36:50 2014 -0800 |
committer | Brian Silverman <brians> | Sun Dec 28 11:56:17 2014 -0800 |
tree | 11b3aa4b4b33f072ef0053d634e3b2c6676f6107 | |
parent | cb77f238b89ad30e20f8e56c61a2999e6a8a712c [diff] [blame] |
clean up the organization of + split out wpilib_interface Change-Id: I5278e42d13c4bb46619e52e20a72e8e878863ed0
diff --git a/aos/linux_code/init.h b/aos/linux_code/init.h index 538684e..ab1aab5 100644 --- a/aos/linux_code/init.h +++ b/aos/linux_code/init.h
@@ -25,6 +25,9 @@ // behavior without calling Init*. void WriteCoreDumps(); +// Sets the current thread's realtime priority. +void SetCurrentThreadRealtimePriority(int priority); + } // namespace aos #endif // AOS_LINUX_CODE_INIT_H_