cregit-Linux how code gets into the kernel

Release 4.14 arch/xtensa/include/uapi/asm/byteorder.h

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

#define _XTENSA_BYTEORDER_H

#ifdef __XTENSA_EL__
#include <linux/byteorder/little_endian.h>
#elif defined(__XTENSA_EB__)
#include <linux/byteorder/big_endian.h>
#else
# error processor byte order undefined!
#endif

#endif /* _XTENSA_BYTEORDER_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Harvey Harrison2268.75%240.00%
Chris Zankel928.12%240.00%
Greg Kroah-Hartman13.12%120.00%
Total32100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.