/* crc.h */
#ifndef __CRC_H
#define __CRC_H
#include "types.h"
extern bool check_crc(char *buffer, int len);
#endif /* __CRC_H */