cregit-Linux how code gets into the kernel

Release 4.12 include/linux/crc32c.h

Directory: include/linux
#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 Haapala2676.47%133.33%
Herbert Xu823.53%266.67%
Total34100.00%3100.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.