]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/x86/include/uapi/asm/posix_types.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / arch / x86 / include / uapi / asm / posix_types.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
af170c50
DH
2#ifndef __KERNEL__
3# ifdef __i386__
4# include <asm/posix_types_32.h>
5# elif defined(__ILP32__)
6# include <asm/posix_types_x32.h>
7# else
8# include <asm/posix_types_64.h>
9# endif
10#endif