tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Mon, 28 Jul 2008 11:29:28 +0000
changeset 1157 04d1c950cf9d
parent 1126 b09fd81894cb
child 1194 b844998c2ad4
permissions -rw-r--r--
Added --help for alias and position parameters.
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

#include <iostream>

uint8_t calcSiiCrc(const uint8_t *, size_t);

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