tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Thu, 24 Jul 2008 08:11:07 +0000
changeset 1140 cc779f7d2496
parent 1126 b09fd81894cb
child 1194 b844998c2ad4
permissions -rw-r--r--
Command-line help in the docs.
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

#include <iostream>

uint8_t calcSiiCrc(const uint8_t *, size_t);

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