File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / inc / defs.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 5 17:02:55 2008 UTC (15 years, 7 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

/*************************************************************************
* (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: defs.h,v 1.1 2008/11/05 17:02:55 misho Exp $
*
*************************************************************************/
#ifndef __DEFS_H
#define __DEFS_H


#define MAX_STR			255

#define MAX_FLETCHER_DIGEST	360
#define MAX_ADLER_DIGEST	5552


extern const crcPoly_t crc_Poly[];


#endif

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