]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/data.h
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / client / data.h
diff --git a/client/data.h b/client/data.h
new file mode 100644 (file)
index 0000000..e001482
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef DATA_H__
+#define DATA_H__
+
+#include <stdint.h>
+
+#define SAMPLE_BUFFER_SIZE 64
+
+extern uint8_t sample_buf[SAMPLE_BUFFER_SIZE];
+#define arraylen(x) (sizeof(x)/sizeof((x)[0]))
+
+void GetFromBigBuf(uint8_t *dest, int bytes);
+
+#endif
Impressum, Datenschutz