tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Tue, 14 Oct 2008 14:01:09 +0000
changeset 1266 dd1f501c4070
parent 1194 b844998c2ad4
child 1363 11c0b2caa253
permissions -rw-r--r--
Added LGPL licence headers to userspace library.
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

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

uint8_t calcSiiCrc(const uint8_t *, size_t);

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