X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/64d1b4efc932898dc250dbc5d8f7418e3643b27b..be67483e63430608982f1c92e02b59d7b4dc65b3:/client/data.h diff --git a/client/data.h b/client/data.h index 7d85e1f1..df1f31de 100644 --- a/client/data.h +++ b/client/data.h @@ -10,14 +10,9 @@ #ifndef DATA_H__ #define DATA_H__ - #include - -#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, uint32_t bytes, uint32_t start_index); #endif