aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/ia64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/ia64.h')
-rw-r--r--include/opcode/ia64.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/opcode/ia64.h b/include/opcode/ia64.h
index 67b229c..86c0e15 100644
--- a/include/opcode/ia64.h
+++ b/include/opcode/ia64.h
@@ -381,14 +381,14 @@ extern struct ia64_opcode ia64_opcodes_f[];
extern struct ia64_opcode ia64_opcodes_d[];
-extern struct ia64_opcode *ia64_find_opcode (const char *name);
-extern struct ia64_opcode *ia64_find_next_opcode (struct ia64_opcode *ent);
+extern struct ia64_opcode *ia64_find_opcode (const char *);
+extern struct ia64_opcode *ia64_find_next_opcode (struct ia64_opcode *);
-extern struct ia64_opcode *ia64_dis_opcode (ia64_insn insn,
- enum ia64_insn_type type);
+extern struct ia64_opcode *ia64_dis_opcode (ia64_insn,
+ enum ia64_insn_type);
-extern void ia64_free_opcode (struct ia64_opcode *ent);
-extern const struct ia64_dependency *ia64_find_dependency (int index);
+extern void ia64_free_opcode (struct ia64_opcode *);
+extern const struct ia64_dependency *ia64_find_dependency (int);
/* To avoid circular library dependencies, this array is implemented
in bfd/cpu-ia64-opc.c: */