]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/a.out.h
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
[mirror_ubuntu-bionic-kernel.git] / include / linux / a.out.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef __A_OUT_GNU_H__
3#define __A_OUT_GNU_H__
4
607ca46e 5#include <uapi/linux/a.out.h>
1da177e4 6
7fa30315 7#ifndef __ASSEMBLY__
1da177e4
LT
8#ifdef linux
9#include <asm/page.h>
10#if defined(__i386__) || defined(__mc68000__)
1da177e4
LT
11#else
12#ifndef SEGMENT_SIZE
13#define SEGMENT_SIZE PAGE_SIZE
14#endif
15#endif
16#endif
7fa30315 17#endif /*__ASSEMBLY__ */
1da177e4 18#endif /* __A_OUT_GNU_H__ */