command_context_t -> struct command_context
[fw/openocd] / src / flash / mflash.h
index a2bd5b3a888da748982d64acdc51d3ef543ae5c3..ed4a2cddf5d2ffeb2c15a9ed9f2e7facbcb0b3d9 100644 (file)
@@ -141,8 +141,8 @@ struct mflash_bank
        struct mg_drv_info *drv_info;
 };
 
-int mflash_register_commands(struct command_context_s *cmd_ctx);
-int mflash_init_drivers(struct command_context_s *cmd_ctx);
+int mflash_register_commands(struct command_context *cmd_ctx);
+int mflash_init_drivers(struct command_context *cmd_ctx);
 
 #define MG_MFLASH_SECTOR_SIZE          (0x200)         /* 512Bytes = 2^9 */
 #define MG_MFLASH_SECTOR_SIZE_MASK     (0x200-1)