author | Florian Pose <fp@igh-essen.com> |
Wed, 15 Oct 2008 16:08:29 +0000 | |
changeset 1271 | 19f9e9b6cf2c |
parent 1194 | b844998c2ad4 |
child 1363 | 11c0b2caa253 |
permissions | -rw-r--r-- |
/***************************************************************************** * * $Id$ * ****************************************************************************/ #include <iostream> #include <stdint.h> uint8_t calcSiiCrc(const uint8_t *, size_t); /*****************************************************************************/