author | Florian Pose <fp@igh-essen.com> |
Thu, 09 Oct 2008 14:35:08 +0000 | |
changeset 1256 | 45fe0af4340b |
parent 1194 | b844998c2ad4 |
child 1363 | 11c0b2caa253 |
permissions | -rw-r--r-- |
/***************************************************************************** * * $Id$ * ****************************************************************************/ #include <iostream> #include <stdint.h> uint8_t calcSiiCrc(const uint8_t *, size_t); /*****************************************************************************/