Initial CRC and SATA scrambling commit
[JMraidcon.git] / src / sata_xor.h
diff --git a/src/sata_xor.h b/src/sata_xor.h
new file mode 100644 (file)
index 0000000..c3a8cd1
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef SATA_XOR_H
+#define SATA_XOR_H
+
+#include <stdint.h>
+
+void SATA_XOR( uint32_t* theData );
+
+#endif
+