tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Mon, 28 Jul 2008 12:15:25 +0000
changeset 1160 f02ff486b313
parent 1126 b09fd81894cb
child 1194 b844998c2ad4
permissions -rw-r--r--
Removed MasterDevice::slaveCount().
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

#include <iostream>

uint8_t calcSiiCrc(const uint8_t *, size_t);

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