]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/flash.h
Add License/Copyright headers/notices. Please add your own copyright notice if you...
[proxmark3-svn] / client / flash.h
index ab4fca967a3615a13408679254103565ab332dc4..f468de35419c0142e68b649f2fe720ea818da136 100644 (file)
@@ -1,6 +1,16 @@
+//-----------------------------------------------------------------------------
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// Flashing utility functions
+//-----------------------------------------------------------------------------
+
 #ifndef __FLASH_H__
 #define __FLASH_H__
 
+#include <stdint.h>
+
 struct partition {
   int start;
   int end;
Impressum, Datenschutz