cregit-Linux how code gets into the kernel

Release 4.7 include/linux/crc-t10dif.h

Directory: include/linux
#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
martin k. petersenmartin k. petersen2438.10%250.00%
herbert xuherbert xu2438.10%125.00%
akinobu mitaakinobu mita1523.81%125.00%
Total63100.00%4100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}