Release 4.12 include/linux/crc-t10dif.h
#ifndef _LINUX_CRC_T10DIF_H
#define _LINUX_CRC_T10DIF_H
#include <linux/types.h>
#define CRC_T10DIF_DIGEST_SIZE 2
#define CRC_T10DIF_BLOCK_SIZE 1
extern __u16 crc_t10dif_generic(__u16 crc, const unsigned char *buffer,
size_t len);
extern __u16 crc_t10dif(unsigned char const *, size_t);
extern __u16 crc_t10dif_update(__u16 crc, unsigned char const *, size_t);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Martin K. Petersen | 24 | 38.10% | 2 | 50.00% |
Herbert Xu | 24 | 38.10% | 1 | 25.00% |
Akinobu Mita | 15 | 23.81% | 1 | 25.00% |
Total | 63 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.