X-Git-Url: http://git.xnk.nu/?p=JMraidcon.git;a=blobdiff_plain;f=src%2Fjm_crc.h;fp=src%2Fjm_crc.h;h=256c4e1ab63cacc6746fe8d8c2c02c03a1f5b743;hp=0000000000000000000000000000000000000000;hb=f976e559a65f9c422b5405677aa03d853d9a3c47;hpb=5671f86c9464eea5a0b012400ed3383ecbdaa1b9 diff --git a/src/jm_crc.h b/src/jm_crc.h new file mode 100644 index 0000000..256c4e1 --- /dev/null +++ b/src/jm_crc.h @@ -0,0 +1,9 @@ +#ifndef JM_CRC_H +#define JM_CRC_H + +#include + +uint32_t JM_CRC(uint32_t* theData, uint32_t numDwords); + +#endif +