tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Tue, 20 Jan 2009 09:55:32 +0000
branch1.4-foe
changeset 1711 2b017fcc1c6d
parent 1194 b844998c2ad4
child 1363 11c0b2caa253
permissions -rw-r--r--
Introduced configured_[tr]x_mailbox(size|offset) members of slave.
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

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

uint8_t calcSiiCrc(const uint8_t *, size_t);

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