X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0a85b72549d294b127c3224610870be4f9382f9a..e12b82d362238b49d3b4b88ff7d7a1d7e618bac8:/client/flash.h diff --git a/client/flash.h b/client/flash.h index d5f47b9d..3e9f77a7 100644 --- a/client/flash.h +++ b/client/flash.h @@ -26,7 +26,7 @@ typedef struct { } flash_file_t; int flash_load(flash_file_t *ctx, const char *name, int can_write_bl); -int flash_start_flashing(int enable_bl_writes); +int flash_start_flashing(int enable_bl_writes,char *serial_port_name); int flash_write(flash_file_t *ctx); void flash_free(flash_file_t *ctx); int flash_stop_flashing(void);