cregit-Linux how code gets into the kernel

Release 4.15 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);

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

#define crc32c_le crc32c

#endif	/* _LINUX_CRC32C_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Clay Haapala2674.29%125.00%
Herbert Xu822.86%250.00%
Greg Kroah-Hartman12.86%125.00%
Total35100.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.
Created with cregit.