]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/lfsampling.h
CHG: fiddled with the headerfiles... and makefile... Tried to make them behave...
[proxmark3-svn] / armsrc / lfsampling.h
index cf1bb45dae46b7e1c6e771f351edad41c19426f2..b37b786eb6962b40dccd783cbaf956ec02cefa30 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef LFSAMPLING_H
-#define LFSAMPLING_H
+#ifndef __LFSAMPLING_H
+#define __LFSAMPLING_H
 
 #include "proxmark3.h"
 #include "apps.h"
@@ -8,6 +8,8 @@
 #include "usb_cdc.h"   // for usb_poll_validate_length
 #include "ticks.h"             // for StartTicks
 
+typedef struct BitstreamOut BitstreamOut;
+
 /**
 * acquisition of T55x7 LF signal. Similart to other LF, but adjusted with @marshmellows thresholds
 * the data is collected in BigBuf.
@@ -72,4 +74,4 @@ sample_config * getSamplingConfig();
 void printConfig();
 
 
-#endif // LFSAMPLING_H
+#endif // __LFSAMPLING_H
Impressum, Datenschutz