]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/flash.h
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / client / flash.h
index 8d18cab0491e48d669cef5911cd78f45f2d9271d..ab4fca967a3615a13408679254103565ab332dc4 100644 (file)
@@ -1,8 +1,11 @@
+#ifndef __FLASH_H__
+#define __FLASH_H__
+
 struct partition {
-       int start;
-       int end;
-       int precious;
-       const char *name;
+  int start;
+  int end;
+  int precious;
+  const char *name;
 };
 
 void FlushPrevious(int translate);
@@ -13,3 +16,6 @@ int find_next_area(const char *str, int *offset, int *length);
 
 #define PHYSICAL_FLASH_START 0x100000
 void do_flash(char **argv);
+
+#endif
+
Impressum, Datenschutz