]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/data.h
CHG: moved a defince arraylen into util.h and changed to uppercase.
[proxmark3-svn] / client / data.h
index 201aba04697362b3a6446be78d19b642323e5fc8..d156a0c846f5d10b5b7faf6ee01a89f2a587021e 100644 (file)
 
 #ifndef DATA_H__
 #define DATA_H__
-
 #include <stdint.h>
-
-#define FILE_PATH_SIZE 1000
-
+#include "util.h"
 extern uint8_t* sample_buf;
-#define arraylen(x) (sizeof(x)/sizeof((x)[0]))
-
 void GetFromBigBuf(uint8_t *dest, int bytes, int start_index);
 void GetEMLFromBigBuf(uint8_t *dest, int bytes, int start_index);
 #endif
Impressum, Datenschutz