1 /* -*- linux-c -*- */
2 /****************************************************/
3 /****************************************************/
4 /*	    Begin source file "crc32.h"		    */
5 /****************************************************/
6 /****************************************************/
7 
8 #if !defined(_CRC32_H_)
9 #define _CRC32_H_
10 
11 /****************************************************/
12 /*		    header files		    */
13 /****************************************************/
14 
15 /****************************************************/
16 /*		    constants			    */
17 /****************************************************/
18 
19 #define k_initial_crc_value	((unsigned int) 0)
20 
21 #endif
22 
23 /****************************************************/
24 /****************************************************/
25 /*	    End source file "crc32.h"		    */
26 /****************************************************/
27 /****************************************************/
28