tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Mon, 22 Sep 2008 15:26:54 +0000
changeset 1217 e8a9785e63c3
parent 1194 b844998c2ad4
child 1363 11c0b2caa253
permissions -rw-r--r--
Introduced EC_MBOX_HEADER_SIZE.
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

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

uint8_t calcSiiCrc(const uint8_t *, size_t);

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