File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / inc / defs.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jan 20 00:04:45 2010 UTC (14 years, 5 months ago) by misho
Branches: MAIN
CVS tags: crc1_2, HEAD, CRC1_1
version 1.1

    1: /*************************************************************************
    2: * (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
    3: *  by Michael Pounov <misho@openbsd-bg.org>
    4: *
    5: * $Author: misho $
    6: * $Id: defs.h,v 1.2 2010/01/20 00:04:45 misho Exp $
    7: *
    8: *************************************************************************/
    9: #ifndef __DEFS_H
   10: #define __DEFS_H
   11: 
   12: 
   13: #define MAX_STR			255
   14: 
   15: #define MAX_FLETCHER_DIGEST	360
   16: #define MAX_ADLER_DIGEST	5552
   17: 
   18: 
   19: inline void crcSetErr(int eno, char *estr, ...);
   20: 
   21: 
   22: extern const crcPoly_t crc_Poly[];
   23: 
   24: 
   25: #endif

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