cregit-Linux how code gets into the kernel

Release 4.15 include/linux/swab.h

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

#define _LINUX_SWAB_H

#include <uapi/linux/swab.h>


# define swab16 __swab16

# define swab32 __swab32

# define swab64 __swab64

# define swahw32 __swahw32

# define swahb32 __swahb32

# define swab16p __swab16p

# define swab32p __swab32p

# define swab64p __swab64p

# define swahw32p __swahw32p

# define swahb32p __swahb32p

# define swab16s __swab16s

# define swab32s __swab32s

# define swab64s __swab64s

# define swahw32s __swahw32s

# define swahb32s __swahb32s
#endif /* _LINUX_SWAB_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Harvey Harrison7197.26%133.33%
David Howells11.37%133.33%
Greg Kroah-Hartman11.37%133.33%
Total73100.00%3100.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.