summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/monitor/monitor.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-21 13:18:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-21 13:18:30 +0000
commit186fee26efd18fc89a67a7b09bf721e71a369320 (patch)
tree4bc71cc17d0e71ff702ad9d03c8ef1baa89b7b03 /cpukit/libmisc/monitor/monitor.h
parent2011-07-21 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-186fee26efd18fc89a67a7b09bf721e71a369320.tar.bz2
2011-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/dosfs/fat_file.c, libmisc/monitor/monitor.h, score/cpu/m68k/rtems/score/cpu.h: Remove stray spaces from unsigned32 to uint32_t conversion.
Diffstat (limited to 'cpukit/libmisc/monitor/monitor.h')
-rw-r--r--cpukit/libmisc/monitor/monitor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libmisc/monitor/monitor.h b/cpukit/libmisc/monitor/monitor.h
index 84a360b976..52af042dd3 100644
--- a/cpukit/libmisc/monitor/monitor.h
+++ b/cpukit/libmisc/monitor/monitor.h
@@ -392,7 +392,7 @@ void rtems_monitor_task(rtems_task_argument);
void rtems_monitor_server_kill(void);
rtems_status_code rtems_monitor_server_request(uint32_t , rtems_monitor_server_request_t *, rtems_monitor_server_response_t *);
void rtems_monitor_server_task(rtems_task_argument);
-void rtems_monitor_server_init(uint32_t );
+void rtems_monitor_server_init(uint32_t);
/* command.c */
int rtems_monitor_make_argv(char *, int *, char **);
@@ -488,9 +488,9 @@ void rtems_monitor_driver_dump(rtems_monitor_driver_t *, bool);
rtems_symbol_table_t *rtems_symbol_table_create(void);
void rtems_symbol_table_destroy(rtems_symbol_table_t *table);
-rtems_symbol_t *rtems_symbol_create(rtems_symbol_table_t *, const char *, uint32_t );
-rtems_symbol_t *rtems_symbol_value_lookup(rtems_symbol_table_t *, uint32_t );
-const rtems_symbol_t *rtems_symbol_value_lookup_exact(rtems_symbol_table_t *, uint32_t );
+rtems_symbol_t *rtems_symbol_create(rtems_symbol_table_t *, const char *, uint32_t);
+rtems_symbol_t *rtems_symbol_value_lookup(rtems_symbol_table_t *, uint32_t);
+const rtems_symbol_t *rtems_symbol_value_lookup_exact(rtems_symbol_table_t *, uint32_t);
rtems_symbol_t *rtems_symbol_name_lookup(rtems_symbol_table_t *, const char *);
void *rtems_monitor_symbol_next(void *object_info, rtems_monitor_symbol_t *, rtems_id *);
void rtems_monitor_symbol_canonical(rtems_monitor_symbol_t *, rtems_symbol_t *);