tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Wed, 15 Oct 2008 10:31:31 +0000
changeset 1269 fe4688f2c9e7
parent 1194 b844998c2ad4
child 1363 11c0b2caa253
permissions -rw-r--r--
sec:ecrt is a chapter; sec:eoeimp -> sec:eoe, ...
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

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

uint8_t calcSiiCrc(const uint8_t *, size_t);

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