summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/assoc.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-25 02:57:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-25 02:57:43 +0000
commit2f44708ab5c831ce5187404f5771ee16372545bb (patch)
tree773767f00e68a8444c7e022d1152331f1f168594 /cpukit/libcsupport/include/rtems/assoc.h
parent2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2f44708ab5c831ce5187404f5771ee16372545bb.tar.bz2
2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/include/rtems/assoc.h: rtems_assoc_ptr_by_local should be in public API.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/assoc.h')
-rw-r--r--cpukit/libcsupport/include/rtems/assoc.h12
1 files changed, 6 insertions, 6 deletions
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 */