#ifndef __CRC__ #define __CRC__ #include "global.h" u16 get_crc(u8 * val,u16 len); #endif