From 2f44708ab5c831ce5187404f5771ee16372545bb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 25 Jan 2008 02:57:43 +0000 Subject: 2008-01-24 Joel Sherrill * libcsupport/include/rtems/assoc.h: rtems_assoc_ptr_by_local should be in public API. --- cpukit/libcsupport/include/rtems/assoc.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cpukit/libcsupport/include/rtems/assoc.h') diff --git a/cpukit/libcsupport/include/rtems/assoc.h b/cpukit/libcsupport/include/rtems/assoc.h index 7fe7a23301..bfcc467e41 100644 --- a/cpukit/libcsupport/include/rtems/assoc.h +++ b/cpukit/libcsupport/include/rtems/assoc.h @@ -87,6 +87,11 @@ uint32_t rtems_assoc_local_by_remote_bitfield( uint32_t ); +const rtems_assoc_t *rtems_assoc_ptr_by_local( + const rtems_assoc_t *ap, + uint32_t local_value +); + #if defined(INSIDE_ASSOC) #define rtems_assoc_is_default(_ap) \ @@ -100,12 +105,7 @@ uint32_t rtems_assoc_local_by_remote_bitfield( const char *rtems_assoc_name_bad( uint32_t bad_value ); - -const rtems_assoc_t *rtems_assoc_ptr_by_local( - const rtems_assoc_t *ap, - uint32_t local_value -); - #endif + #endif /* ! _INCLUDE_ASSOC_H */ -- cgit v1.2.3