aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/chtypes.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-06 19:45:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-06 19:45:47 +0000
commit4401d0e7b2874074e37c90e0178667a854d0da1f (patch)
tree423d9ede640b9a9452e89392bcf7a7b6f9a5e464 /os/ports/GCC/PPC/chtypes.h
parent28c1f163a94e9aaad5d4ec3f9534b89677f9e5b1 (diff)
downloadChibiOS-4401d0e7b2874074e37c90e0178667a854d0da1f.tar.gz
ChibiOS-4401d0e7b2874074e37c90e0178667a854d0da1f.tar.bz2
ChibiOS-4401d0e7b2874074e37c90e0178667a854d0da1f.zip
Round robin scheduling improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3930 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC/chtypes.h')
-rw-r--r--os/ports/GCC/PPC/chtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/ports/GCC/PPC/chtypes.h b/os/ports/GCC/PPC/chtypes.h
index 88e9742b7..debc5f0f8 100644
--- a/os/ports/GCC/PPC/chtypes.h
+++ b/os/ports/GCC/PPC/chtypes.h
@@ -54,6 +54,7 @@ typedef int32_t bool_t; /**< Fast boolean type. */
typedef uint8_t tmode_t; /**< Thread flags. */
typedef uint8_t tstate_t; /**< Thread state. */
typedef uint8_t trefs_t; /**< Thread references counter. */
+typedef uint8_t tslices_t; /**< Thread time slices counter. */
typedef uint32_t tprio_t; /**< Thread priority. */
typedef int32_t msg_t; /**< Inter-thread message. */
typedef int32_t eventid_t; /**< Event Id. */