Remove redundant declarations to allow building with -Wredundant-decls.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1560 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -52,11 +52,6 @@ char* etb_reg_list[] =
|
||||
int etb_reg_arch_type = -1;
|
||||
|
||||
int etb_get_reg(reg_t *reg);
|
||||
int etb_set_reg(reg_t *reg, u32 value);
|
||||
int etb_set_reg_w_exec(reg_t *reg, u8 *buf);
|
||||
|
||||
int etb_write_reg(reg_t *reg, u32 value);
|
||||
int etb_read_reg(reg_t *reg);
|
||||
|
||||
int handle_etb_config_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user