/* * $Id: crc.h,v 1.2 2001/11/19 20:44:26 fredrikt Exp $ */ #ifndef CRC_H #define CRC_H unsigned short canon_psa50_gen_crc(const unsigned char *pkt, int len); int canon_psa50_chk_crc(const unsigned char *pkt, int len, unsigned short crc); #endif