]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/flash.h
Mfp commands (#698)
[proxmark3-svn] / client / flash.h
index 3e9f77a7aa2b5ba5a1fae6ccff2f650a432f5bd1..06c7c96ecfae16b10db7470a7441a9de32eca623 100644 (file)
@@ -10,7 +10,7 @@
 #define __FLASH_H__
 
 #include <stdint.h>
-#include "elf.h"
+#include <stdbool.h>
 
 typedef struct {
        void *data;
@@ -25,11 +25,10 @@ typedef struct {
        flash_seg_t *segments;
 } 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,char *serial_port_name);
+int flash_load(flash_file_t *ctx, const char *name, bool can_write_bl);
+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);
-
 #endif
 
Impressum, Datenschutz