summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/mppkt.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 /cpukit/score/inline/rtems/score/mppkt.inl
parentchanged version (diff)
downloadrtems-503dc05890731954e899d63a8baecabac573e22b.tar.bz2
switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"
Diffstat (limited to 'cpukit/score/inline/rtems/score/mppkt.inl')
-rw-r--r--cpukit/score/inline/rtems/score/mppkt.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/inline/rtems/score/mppkt.inl b/cpukit/score/inline/rtems/score/mppkt.inl
index c8b6ecd117..f6d4bdb52a 100644
--- a/cpukit/score/inline/rtems/score/mppkt.inl
+++ b/cpukit/score/inline/rtems/score/mppkt.inl
@@ -30,7 +30,7 @@
* because this enum starts at lower bound of zero.
*/
-STATIC INLINE boolean _Mp_packet_Is_valid_packet_class (
+RTEMS_INLINE_ROUTINE boolean _Mp_packet_Is_valid_packet_class (
MP_packet_Classes the_packet_class
)
{
@@ -47,7 +47,7 @@ STATIC INLINE boolean _Mp_packet_Is_valid_packet_class (
* and FALSE otherwise.
*/
-STATIC INLINE boolean _Mp_packet_Is_null (
+RTEMS_INLINE_ROUTINE boolean _Mp_packet_Is_null (
MP_packet_Prefix *the_packet
)
{