tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Fri, 01 Aug 2008 12:28:18 +0000
changeset 1186 ff481f097c97
parent 1126 b09fd81894cb
child 1194 b844998c2ad4
permissions -rw-r--r--
Attach Pdo names from dictionary.
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

#include <iostream>

uint8_t calcSiiCrc(const uint8_t *, size_t);

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