tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Wed, 13 Aug 2008 13:23:52 +0000
changeset 1200 ce1a65f06efc
parent 1194 b844998c2ad4
child 1363 11c0b2caa253
permissions -rw-r--r--
Added phy commands.
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

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

uint8_t calcSiiCrc(const uint8_t *, size_t);

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