cregit-Linux how code gets into the kernel

Release 4.17 include/linux/crc32c.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_CRC32C_H

#define _LINUX_CRC32C_H

#include <linux/types.h>

extern u32 crc32c(u32 crc, const void *address, unsigned int length);
extern const char *crc32c_impl(void);

/* This macro exists for backwards-compatibility. */

#define crc32c_le crc32c

#endif	/* _LINUX_CRC32C_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Clay Haapala2659.09%120.00%
Nikolay Borisov920.45%120.00%
Herbert Xu818.18%240.00%
Greg Kroah-Hartman12.27%120.00%
Total44100.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.