#ifndef _CRC16_H_
#define _CRC16_H_

unsigned short crc16_ccitt(const char *buf, int len);

#endif