00001 #ifndef _CRC_H_ 00002 #define _CRC_H_ 00003 00004 #include "common_types.h" 00005 00006 uint32 crc32(const char *filename); 00007 uint32 crc32_syspath(const char *filename); 00008 00009 #endif