summaryrefslogtreecommitdiff
path: root/camlibs/canon/crc.h
blob: c2bdd66ce0ecdbb7d995af385af9fd68173865e6 (plain)
1
2
3
4
5
6
7
#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