Release 4.17 include/linux/byteorder/little_endian.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_BYTEORDER_LITTLE_ENDIAN_H
#define _LINUX_BYTEORDER_LITTLE_ENDIAN_H
#include <uapi/linux/byteorder/little_endian.h>
#ifdef CONFIG_CPU_BIG_ENDIAN
#warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set
#endif
#include <linux/byteorder/generic.h>
#endif /* _LINUX_BYTEORDER_LITTLE_ENDIAN_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 12 | 50.00% | 2 | 33.33% |
Babu Moger | 8 | 33.33% | 1 | 16.67% |
Al Viro | 2 | 8.33% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 4.17% | 1 | 16.67% |
David Howells | 1 | 4.17% | 1 | 16.67% |
Total | 24 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.