projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: reverted back from the idea of measureing in (us) microseconds, the timer...
[proxmark3-svn]
/
client
/
data.h
diff --git
a/client/data.h
b/client/data.h
index 7d85e1f158083ec89087c61a7a8d33a9962b4700..d156a0c846f5d10b5b7faf6ee01a89f2a587021e 100644
(file)
--- a/
client/data.h
+++ b/
client/data.h
@@
-10,14
+10,9
@@
#ifndef DATA_H__
#define DATA_H__
#ifndef DATA_H__
#define DATA_H__
-
#include <stdint.h>
#include <stdint.h>
-
-#define FILE_PATH_SIZE 1000
-
+#include "util.h"
extern uint8_t* sample_buf;
extern uint8_t* sample_buf;
-#define arraylen(x) (sizeof(x)/sizeof((x)[0]))
-
void GetFromBigBuf(uint8_t *dest, int bytes, int start_index);
void GetFromBigBuf(uint8_t *dest, int bytes, int start_index);
-
+void GetEMLFromBigBuf(uint8_t *dest, int bytes, int start_index);
#endif
#endif
Impressum
,
Datenschutz