tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Mon, 26 Jan 2009 14:13:50 +0000
changeset 1339 3483999e1aba
parent 1194 b844998c2ad4
child 1363 11c0b2caa253
permissions -rw-r--r--
merge -c1622 branches/1.4-foe: Fixed seg_size parameter when processing an CoE Upload Segment Response.
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

#include <iostream>
#include <stdint.h>

uint8_t calcSiiCrc(const uint8_t *, size_t);

/*****************************************************************************/