X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/660d641a03456e99ea83c68dbd3d03bae2b64573..cb0b8f94c903b5aaa0ebeba5b100ccd39d9625d7:/client/data.h diff --git a/client/data.h b/client/data.h index 33ee9d04..df1f31de 100644 --- a/client/data.h +++ b/client/data.h @@ -10,15 +10,9 @@ #ifndef DATA_H__ #define DATA_H__ - #include - -#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