/* -*- 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" */ /****************************************************/ /****************************************************/