summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline/tqdata.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/inline/tqdata.inl')
-rw-r--r--c/src/exec/score/inline/tqdata.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/inline/tqdata.inl b/c/src/exec/score/inline/tqdata.inl
index 7ec1e9e186..3168d058f5 100644
--- a/c/src/exec/score/inline/tqdata.inl
+++ b/c/src/exec/score/inline/tqdata.inl
@@ -24,7 +24,7 @@
*/
STATIC INLINE unsigned32 _Thread_queue_Header_number (
- rtems_task_priority the_priority
+ Priority_Control the_priority
)
{
return ( the_priority >> 6 );
@@ -37,7 +37,7 @@ STATIC INLINE unsigned32 _Thread_queue_Header_number (
*/
STATIC INLINE boolean _Thread_queue_Is_reverse_search (
- rtems_task_priority the_priority
+ Priority_Control the_priority
)
{
return ( the_priority & 0x20 );