cregit-Linux how code gets into the kernel

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

#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 Harrison2270.97%250.00%
Chris Zankel929.03%250.00%
Total31100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.