]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/swab.h
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
[mirror_ubuntu-bionic-kernel.git] / include / linux / swab.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
40c9f222
HH
2#ifndef _LINUX_SWAB_H
3#define _LINUX_SWAB_H
4
607ca46e 5#include <uapi/linux/swab.h>
40c9f222 6
40c9f222
HH
7# define swab16 __swab16
8# define swab32 __swab32
9# define swab64 __swab64
10# define swahw32 __swahw32
11# define swahb32 __swahb32
12# define swab16p __swab16p
13# define swab32p __swab32p
14# define swab64p __swab64p
15# define swahw32p __swahw32p
16# define swahb32p __swahb32p
17# define swab16s __swab16s
18# define swab32s __swab32s
19# define swab64s __swab64s
20# define swahw32s __swahw32s
21# define swahb32s __swahb32s
40c9f222 22#endif /* _LINUX_SWAB_H */