summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline/objectmp.inl
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-07-03 14:20:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-07-03 14:20:03 +0000
commit503dc05890731954e899d63a8baecabac573e22b (patch)
treec93178f7485d46cb9c10865f9d3bcf33dc9df2f9 /c/src/exec/score/inline/objectmp.inl
parentchanged version (diff)
downloadrtems-503dc05890731954e899d63a8baecabac573e22b.tar.bz2
switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"
Diffstat (limited to 'c/src/exec/score/inline/objectmp.inl')
-rw-r--r--c/src/exec/score/inline/objectmp.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/exec/score/inline/objectmp.inl b/c/src/exec/score/inline/objectmp.inl
index dda2799643..51ec7ec154 100644
--- a/c/src/exec/score/inline/objectmp.inl
+++ b/c/src/exec/score/inline/objectmp.inl
@@ -26,7 +26,7 @@
* This function allocates a Global Object control block.
*/
-STATIC INLINE Objects_MP_Control *_Objects_MP_Allocate_global_object (
+RTEMS_INLINE_ROUTINE Objects_MP_Control *_Objects_MP_Allocate_global_object (
void
)
{
@@ -43,7 +43,7 @@ STATIC INLINE Objects_MP_Control *_Objects_MP_Allocate_global_object (
* This routine deallocates a Global Object control block.
*/
-STATIC INLINE void _Objects_MP_Free_global_object (
+RTEMS_INLINE_ROUTINE void _Objects_MP_Free_global_object (
Objects_MP_Control *the_object
)
{
@@ -62,7 +62,7 @@ STATIC INLINE void _Objects_MP_Free_global_object (
* This function returns whether the global object is NULL or not.
*/
-STATIC INLINE boolean _Objects_MP_Is_null_global_object (
+RTEMS_INLINE_ROUTINE boolean _Objects_MP_Is_null_global_object (
Objects_MP_Control *the_object
)
{