]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/data.h
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / client / data.h
index eead3fa83eb992687ed5cbcb64e8dc530a860ab3..df1f31de3f344ee375b3547599303bb91187c6cb 100644 (file)
 
 #ifndef DATA_H__
 #define DATA_H__
-
 #include <stdint.h>
-
-#define FILE_PATH_SIZE 1000
-#define SAMPLE_BUFFER_SIZE 64
-
+#include "util.h"
 extern uint8_t* sample_buf;
-extern size_t sample_buf_len;
-#define arraylen(x) (sizeof(x)/sizeof((x)[0]))
-
 void GetFromBigBuf(uint8_t *dest, int bytes, int start_index);
-
+void GetEMLFromBigBuf(uint8_t *dest, uint32_t bytes, uint32_t start_index);
 #endif
Impressum, Datenschutz