command_t -> struct command
[fw/openocd] / src / flash / flash.c
index 32c1f4907668c5a5455abbf67f392b677fdbd9fe..20efa502e84cc085c6272df65dab6e19c43ef95d 100644 (file)
@@ -77,7 +77,7 @@ struct flash_driver *flash_drivers[] = {
 };
 
 struct flash_bank *flash_banks;
-static         command_t *flash_cmd;
+static         struct command *flash_cmd;
 
 /* wafer thin wrapper for invoking the flash driver */
 static int flash_driver_write(struct flash_bank *bank, uint8_t *buffer, uint32_t offset, uint32_t count)