Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
crc32c.h
Go to the documentation of this file.
1
#ifndef _LINUX_CRC32C_H
2
#define _LINUX_CRC32C_H
3
4
#include <linux/types.h>
5
6
extern
u32
crc32c
(
u32
crc
,
const
void
*
address
,
unsigned
int
length
);
7
8
/* This macro exists for backwards-compatibility. */
9
#define crc32c_le crc32c
10
11
#endif
/* _LINUX_CRC32C_H */
Generated on Thu Jan 10 2013 14:51:15 for Linux Kernel by
1.8.2