Subversion Repositories pentevo

Rev

Rev 783 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
716 lvd 1
#pragma once
2
 
3
unsigned wd93_crc(unsigned char *ptr, unsigned size);
4
unsigned short crc16(unsigned char *buf, unsigned size);
5
void udi_buggy_crc(int &crc, unsigned char *buf, unsigned len);