]> 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 33ee9d04e1c746a4951c8ddd480ed1d01d6e86ec..df1f31de3f344ee375b3547599303bb91187c6cb 100644 (file)
 
 #ifndef DATA_H__
 #define DATA_H__
-
 #include <stdint.h>
-
-#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