https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 3cc71ec1025eb72bccc6f746fe805e499c606e9e authored by Jason Self on 10 February 2014, 22:36:38 UTC
Linux-libre 2.6.34.15-gnu1
Tip revision: 3cc71ec
md.h
/* $Id: md.h,v 1.1 1997/12/15 15:11:48 jj Exp $
 * md.h: High speed xor_block operation for RAID4/5 
 *
 */
 
#ifndef __ASM_MD_H
#define __ASM_MD_H

/* #define HAVE_ARCH_XORBLOCK */

#define MD_XORBLOCK_ALIGNMENT	sizeof(long)

#endif /* __ASM_MD_H */
back to top