Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Functions | |
u16 | crc_itu_t (u16 crc, const u8 *buffer, size_t len) |
Variables | |
u16 const | crc_itu_t_table [256] |
CRC table for the CRC ITU-T V.41 0x0x1021 (x^16 + x^12 + x^15 + 1)
Definition at line 13 of file crc-itu-t.c.