]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/parisc/include/uapi/asm/posix_types.h
UBUNTU: Ubuntu-5.4.0-117.132
[mirror_ubuntu-focal-kernel.git] / arch / parisc / include / uapi / asm / posix_types.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __ARCH_PARISC_POSIX_TYPES_H
3 #define __ARCH_PARISC_POSIX_TYPES_H
4
5 /*
6 * This file is generally used by user-level software, so you need to
7 * be a little careful about namespace pollution etc. Also, we cannot
8 * assume GCC is being used.
9 */
10
11 #ifndef __LP64__
12 typedef unsigned short __kernel_mode_t;
13 #define __kernel_mode_t __kernel_mode_t
14 #endif
15
16 typedef unsigned short __kernel_ipc_pid_t;
17 #define __kernel_ipc_pid_t __kernel_ipc_pid_t
18
19 typedef long long __kernel_off64_t;
20 typedef unsigned long long __kernel_ino64_t;
21
22 #include <asm-generic/posix_types.h>
23
24 #endif