summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/inline/rtems/rtems/support.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/inline/rtems/rtems/support.inl')
-rw-r--r--cpukit/rtems/inline/rtems/rtems/support.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/inline/rtems/rtems/support.inl b/cpukit/rtems/inline/rtems/rtems/support.inl
index 856b24e7f9..df2482c9e8 100644
--- a/cpukit/rtems/inline/rtems/rtems/support.inl
+++ b/cpukit/rtems/inline/rtems/rtems/support.inl
@@ -26,7 +26,7 @@
* This function returns TRUE if the name is valid, and FALSE otherwise.
*/
-STATIC INLINE rtems_boolean rtems_is_name_valid (
+RTEMS_INLINE_ROUTINE rtems_boolean rtems_is_name_valid (
rtems_name name
)
{
@@ -43,7 +43,7 @@ STATIC INLINE rtems_boolean rtems_is_name_valid (
* characters C1, C2, C3, and C4.
*/
-STATIC INLINE void rtems_name_to_characters(
+RTEMS_INLINE_ROUTINE void rtems_name_to_characters(
rtems_name name,
char *c1,
char *c2,