aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/aice/aice_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/aice/aice_interface.h')
-rw-r--r--src/jtag/aice/aice_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/aice/aice_interface.h b/src/jtag/aice/aice_interface.h
index e7077a73..c7b896ca 100644
--- a/src/jtag/aice/aice_interface.h
+++ b/src/jtag/aice/aice_interface.h
@@ -31,6 +31,6 @@ struct aice_interface_param_s {
uint16_t pid;
};
-int aice_init_target(struct target *t);
+int aice_init_targets(void);
#endif