command_t -> struct command
[fw/openocd] / src / target / armv7a.c
index 9227219b67099ce99761799350c0d39288faaaa7..0474a5608163e950c1e06f855b4284e215365ede 100644 (file)
@@ -361,10 +361,10 @@ usage:
        return ERROR_OK;
 }
 
-int armv7a_register_commands(struct command_context_s *cmd_ctx)
+int armv7a_register_commands(struct command_context *cmd_ctx)
 {
-       command_t *arm_adi_v5_dap_cmd;
-       command_t *armv7a_cmd;
+       struct command *arm_adi_v5_dap_cmd;
+       struct command *armv7a_cmd;
 
        arm_adi_v5_dap_cmd = register_command(cmd_ctx, NULL, "dap",
                        NULL, COMMAND_ANY,