cregit-Linux how code gets into the kernel

Release 4.16 include/linux/crc-t10dif.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#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

PersonTokensPropCommitsCommitProp
Herbert Xu2437.50%120.00%
Martin K. Petersen2437.50%240.00%
Akinobu Mita1523.44%120.00%
Greg Kroah-Hartman11.56%120.00%
Total64100.00%5100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.