Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
crc7.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Functions

u8 crc7 (u8 crc, const u8 *buffer, size_t len)
 

Variables

const u8 crc7_syndrome_table [256]
 

Function Documentation

u8 crc7 ( u8  crc,
const u8 buffer,
size_t  len 
)

crc7 - update the CRC7 for the data buffer : previous CRC7 value : data pointer : number of bytes in the buffer Context: any

Returns the updated CRC7 value.

Definition at line 59 of file crc7.c.

Variable Documentation

const u8 crc7_syndrome_table[256]

Definition at line 14 of file crc7.c.