cregit-Linux how code gets into the kernel

Release 4.15 include/linux/crc4.h

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

#define _LINUX_CRC4_H

#include <linux/types.h>

extern uint8_t crc4(uint8_t c, uint64_t x, int bits);

#endif /* _LINUX_CRC4_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jeremy Kerr2696.30%150.00%
Greg Kroah-Hartman13.70%150.00%
Total27100.00%2100.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.