projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
syntax suger, some tabs fixed
[proxmark3-svn]
/
client
/
data.h
diff --git
a/client/data.h
b/client/data.h
index 33ee9d04e1c746a4951c8ddd480ed1d01d6e86ec..df1f31de3f344ee375b3547599303bb91187c6cb 100644
(file)
--- a/
client/data.h
+++ b/
client/data.h
@@
-10,15
+10,9
@@
#ifndef DATA_H__
#define DATA_H__
#ifndef DATA_H__
#define DATA_H__
-
#include <stdint.h>
#include <stdint.h>
-
-#define SAMPLE_BUFFER_SIZE 64
-
+#include "util.h"
extern uint8_t* sample_buf;
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 GetFromBigBuf(uint8_t *dest, int bytes, int start_index);
-
+void GetEMLFromBigBuf(uint8_t *dest, uint32_t bytes, uint32_t start_index);
#endif
#endif
Impressum
,
Datenschutz