[BACK]Return to crc32.h CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / drivers / net / wan / 8253x

File: [Development] / linux-2.4-xfs / drivers / net / wan / 8253x / crc32.h (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

/* -*- linux-c -*- */
/****************************************************/
/****************************************************/
/*	    Begin source file "crc32.h"		    */
/****************************************************/
/****************************************************/

#if !defined(_CRC32_H_)
#define _CRC32_H_

/****************************************************/
/*		    header files		    */
/****************************************************/

/****************************************************/
/*		    constants			    */
/****************************************************/

#define k_initial_crc_value	((unsigned int) 0)

#endif

/****************************************************/
/****************************************************/
/*	    End source file "crc32.h"		    */
/****************************************************/
/****************************************************/