]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/crc16.h
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / common / crc16.h
index 3656ce278c7b97ab4a8da3c6c0fdb20157196f93..645a5acfc09c36cb33dbe308243df138099572a1 100644 (file)
@@ -5,10 +5,12 @@
 //-----------------------------------------------------------------------------
 // CRC16
 //-----------------------------------------------------------------------------
-#include <stdint.h>
-
 #ifndef __CRC16_H
 #define __CRC16_H
+
+#include <stdint.h>
+#include "util.h"   // SwapBits
+
 unsigned short update_crc16(unsigned short crc, unsigned char c);
 uint16_t crc16(uint8_t const *message, int length, uint16_t remainder, uint16_t polynomial);
 uint16_t crc16_ccitt(uint8_t const *message, int length);
Impressum, Datenschutz