From 503dc05890731954e899d63a8baecabac573e22b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Jul 1996 14:20:03 +0000 Subject: switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE" --- cpukit/score/inline/rtems/score/mppkt.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/inline/rtems/score/mppkt.inl') 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 ) { -- cgit v1.2.3