https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b76a2565d475b70774ac566e54c71054f9d3f041 authored by Jason Self on 30 July 2009, 23:07:00 UTC
Linux-libre 2.6.27.29-gnu1
Tip revision: b76a256
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