summaryrefslogtreecommitdiff
path: root/crc16.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2016-01-01 22:05:42 +0100
committerJavier <dev.git@javispedro.com>2016-01-01 22:05:42 +0100
commita45977185a485624095bff1a15024e9199eee676 (patch)
tree6cc57d085bdd01e493477c870dbe0548137998e1 /crc16.h
parenta24034bdfea259cdc09c74217be75d4f9de0dce5 (diff)
downloadsapd-a45977185a485624095bff1a15024e9199eee676.tar.gz
sapd-a45977185a485624095bff1a15024e9199eee676.zip
reorganize source files into SAP and agents
Diffstat (limited to 'crc16.h')
-rw-r--r--crc16.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/crc16.h b/crc16.h
deleted file mode 100644
index f6591e9..0000000
--- a/crc16.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef CRC16_H
-#define CRC16_H
-
-#include <stddef.h>
-#include <stdint.h>
-
-uint16_t crc16(uint16_t crc, const uint8_t *buf, size_t len);
-
-#endif // CRC16_H