forked from Imagelibrary/rtems
2007-12-21 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1268/cpukit * libcsupport/include/rtems/assoc.h: There is no rtems_assoc_ptr_by_value method.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-12-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1268/cpukit
|
||||
* libcsupport/include/rtems/assoc.h: There is no
|
||||
rtems_assoc_ptr_by_value method.
|
||||
|
||||
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1266/cpukit
|
||||
|
||||
@@ -27,17 +27,17 @@ typedef struct {
|
||||
#define RTEMS_ASSOC_DEFAULT_NAME "(default)"
|
||||
|
||||
const rtems_assoc_t *rtems_assoc_ptr_by_name(const rtems_assoc_t *, const char *);
|
||||
const rtems_assoc_t *rtems_assoc_ptr_by_value(const rtems_assoc_t *, uint32_t );
|
||||
const rtems_assoc_t *rtems_assoc_ptr_by_remote(const rtems_assoc_t *, uint32_t );
|
||||
const rtems_assoc_t *rtems_assoc_ptr_by_local(const rtems_assoc_t *, uint32_t);
|
||||
const rtems_assoc_t *rtems_assoc_ptr_by_remote(const rtems_assoc_t *, uint32_t);
|
||||
|
||||
uint32_t rtems_assoc_remote_by_local(const rtems_assoc_t *, uint32_t );
|
||||
uint32_t rtems_assoc_local_by_remote(const rtems_assoc_t *, uint32_t );
|
||||
uint32_t rtems_assoc_remote_by_local(const rtems_assoc_t *, uint32_t);
|
||||
uint32_t rtems_assoc_local_by_remote(const rtems_assoc_t *, uint32_t);
|
||||
uint32_t rtems_assoc_remote_by_name(const rtems_assoc_t *, const char *);
|
||||
uint32_t rtems_assoc_local_by_name(const rtems_assoc_t *, const char *);
|
||||
const char *rtems_assoc_name_by_local(const rtems_assoc_t *, uint32_t );
|
||||
const char *rtems_assoc_name_by_remote(const rtems_assoc_t *, uint32_t );
|
||||
const char *rtems_assoc_name_by_local(const rtems_assoc_t *, uint32_t);
|
||||
const char *rtems_assoc_name_by_remote(const rtems_assoc_t *, uint32_t);
|
||||
|
||||
uint32_t rtems_assoc_remote_by_local_bitfield(const rtems_assoc_t *, uint32_t );
|
||||
uint32_t rtems_assoc_remote_by_local_bitfield(const rtems_assoc_t *, uint32_t);
|
||||
char *rtems_assoc_name_by_local_bitfield(const rtems_assoc_t *, uint32_t , char *);
|
||||
char *rtems_assoc_name_by_remote_bitfield(const rtems_assoc_t *, uint32_t , char *);
|
||||
uint32_t rtems_assoc_local_by_remote_bitfield(const rtems_assoc_t *, uint32_t );
|
||||
|
||||
Reference in New Issue
Block a user