X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6e4d4ee6096285692f247a44b59be7888bef9dd0..107ec6e4b5d76a62533cce020f139c20e1eda59e:/client/flash.h diff --git a/client/flash.h b/client/flash.h index 8d18cab0..c86602ff 100644 --- a/client/flash.h +++ b/client/flash.h @@ -1,3 +1,6 @@ +#ifndef __FLASH_H__ +#define __FLASH_H__ + struct partition { int start; int end; @@ -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 +