tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Tue, 22 Jul 2008 15:24:46 +0000
changeset 1130 bb1c11adb2db
parent 1126 b09fd81894cb
child 1194 b844998c2ad4
permissions -rw-r--r--
Updated first part of command documentation.
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

#include <iostream>

uint8_t calcSiiCrc(const uint8_t *, size_t);

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