cregit-Linux how code gets into the kernel

Release 4.15 arch/c6x/include/uapi/asm/byteorder.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_C6X_BYTEORDER_H

#define _ASM_C6X_BYTEORDER_H

#include <asm/types.h>

#ifdef _BIG_ENDIAN
#include <linux/byteorder/big_endian.h>
#else /* _BIG_ENDIAN */
#include <linux/byteorder/little_endian.h>
#endif /* _BIG_ENDIAN */

#endif /* _ASM_BYTEORDER_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Aurelien Jacquiot2796.43%150.00%
Greg Kroah-Hartman13.57%150.00%
Total28100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.