Sophie

Sophie

distrib > PLD > ra > i686 > by-pkgid > 03ad0cc020cc4effac6aea82603ce639 > files > 1468

kernel-headers-2.2.22-6.i686.rpm

#ifndef _XOR_H
#define _XOR_H

#include <linux/raid/md.h>

#define MAX_XOR_BLOCKS 5

extern void calibrate_xor_block(void);
extern void (*xor_block)(unsigned int count,
                         struct buffer_head **bh_ptr);

#endif