Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
xor.h File Reference

Go to the source code of this file.

Data Structures

struct  xor_block_template
 

Macros

#define MAX_XOR_BLOCKS   4
 

Functions

void xor_blocks (unsigned int count, unsigned int bytes, void *dest, void **srcs)
 

Macro Definition Documentation

#define MAX_XOR_BLOCKS   4

Definition at line 4 of file xor.h.

Function Documentation

void xor_blocks ( unsigned int  count,
unsigned int  bytes,
void dest,
void **  srcs 
)

Definition at line 31 of file xor.c.