forked from Imagelibrary/rtems
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/monitor/mon-network.c: Include <rtems/monitor.h>. * libmisc/monitor/mon-object.c: Make rtems_monitor_object_canonical_next_remote, rtems_monitor_object_dump_1, rtems_monitor_object_dump_all static. * libmisc/monitor/mon-prmisc.c: Make rtems_monitor_dump_assoc_bitfield static. * libmisc/monitor/mon-symbols.c: Make rtems_monitor_symbol_dump_all static.
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libmisc/monitor/mon-network.c: Include <rtems/monitor.h>.
|
||||
* libmisc/monitor/mon-object.c:
|
||||
Make rtems_monitor_object_canonical_next_remote,
|
||||
rtems_monitor_object_dump_1, rtems_monitor_object_dump_all static.
|
||||
* libmisc/monitor/mon-prmisc.c:
|
||||
Make rtems_monitor_dump_assoc_bitfield static.
|
||||
* libmisc/monitor/mon-symbols.c:
|
||||
Make rtems_monitor_symbol_dump_all static.
|
||||
|
||||
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* score/src/schedulercbsattachthread.c,
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <sys/sockio.h>
|
||||
#include <net/route.h>
|
||||
|
||||
#include <rtems/monitor.h>
|
||||
|
||||
void mon_ifconfig(int argc, char *argv[],
|
||||
uint32_t command_arg __attribute__((unused)),
|
||||
|
||||
@@ -186,7 +186,7 @@ rtems_monitor_object_lookup(
|
||||
return 0;
|
||||
}
|
||||
|
||||
rtems_id
|
||||
static rtems_id
|
||||
rtems_monitor_object_canonical_next_remote(
|
||||
rtems_monitor_object_type_t type,
|
||||
rtems_id id,
|
||||
@@ -293,7 +293,7 @@ rtems_monitor_object_canonical_get(
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
static void
|
||||
rtems_monitor_object_dump_1(
|
||||
const rtems_monitor_object_info_t *info,
|
||||
rtems_id id,
|
||||
@@ -327,7 +327,7 @@ rtems_monitor_object_dump_1(
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
rtems_monitor_object_dump_all(
|
||||
const rtems_monitor_object_info_t *info,
|
||||
bool verbose
|
||||
|
||||
@@ -60,11 +60,11 @@ rtems_monitor_dump_hex(uint32_t num)
|
||||
return fprintf(stdout,"0x%" PRIx32, num);
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
rtems_monitor_dump_assoc_bitfield(
|
||||
const rtems_assoc_t *ap,
|
||||
const char *separator,
|
||||
uint32_t value
|
||||
uint32_t value
|
||||
)
|
||||
{
|
||||
uint32_t b;
|
||||
|
||||
@@ -419,7 +419,7 @@ rtems_monitor_symbol_dump(
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
static void
|
||||
rtems_monitor_symbol_dump_all(
|
||||
rtems_symbol_table_t *table,
|
||||
bool verbose __attribute__((unused))
|
||||
|
||||
Reference in New Issue
Block a user