tool/sii_crc.h
author Florian Pose <fp@igh-essen.com>
Thu, 09 Oct 2008 09:31:23 +0000
changeset 1251 3c3f8cb76748
parent 1194 b844998c2ad4
child 1363 11c0b2caa253
permissions -rw-r--r--
Added e100 driver for kernel 2.6.26 basically provided by Mario
Witkowski.
/*****************************************************************************
 *
 * $Id$
 *
 ****************************************************************************/

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

uint8_t calcSiiCrc(const uint8_t *, size_t);

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