File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / inc / defs.h
Revision 1.1.1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Wed Jan 20 00:10:01 2010 UTC (14 years, 6 months ago) by misho
Branches: crc1_1
Diff to: branchpoint 1.1.1.1: preferred, colored
added new features

/*************************************************************************
* (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: defs.h,v 1.1.1.1.2.1 2010/01/20 00:10:01 misho Exp $
*
*************************************************************************/
#ifndef __DEFS_H
#define __DEFS_H


#define MAX_STR			255

#define MAX_FLETCHER_DIGEST	360
#define MAX_ADLER_DIGEST	5552


inline void crcSetErr(int eno, char *estr, ...);


extern const crcPoly_t crc_Poly[];


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>