From a45977185a485624095bff1a15024e9199eee676 Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 1 Jan 2016 22:05:42 +0100 Subject: reorganize source files into SAP and agents --- sap/crc16.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sap/crc16.h (limited to 'sap/crc16.h') diff --git a/sap/crc16.h b/sap/crc16.h new file mode 100644 index 0000000..f6591e9 --- /dev/null +++ b/sap/crc16.h @@ -0,0 +1,9 @@ +#ifndef CRC16_H +#define CRC16_H + +#include +#include + +uint16_t crc16(uint16_t crc, const uint8_t *buf, size_t len); + +#endif // CRC16_H -- cgit v1.2.3