54 #ifndef _SERVICES_CRC_CRC_H_ 55 #define _SERVICES_CRC_CRC_H_ 57 #include <cyg/infra/cyg_type.h> 61 # define __externC extern "C" 63 # define __externC extern 70 cyg_posix_crc32(
unsigned char *s,
int len);
75 cyg_crc32(
unsigned char *s,
int len);
81 cyg_crc32_accumulate(cyg_uint32 crc,
unsigned char *s,
int len);
86 cyg_ether_crc32(
unsigned char *s,
int len);
92 cyg_ether_crc32_accumulate(cyg_uint32 crc,
unsigned char *s,
int len);
97 cyg_crc16(
unsigned char *s,
int len);
100 cyg_crc16_accumulate(cyg_uint16 crc,
unsigned char *s,
int len);
102 #endif // _SERVICES_CRC_CRC_H_