]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/mips/include/uapi/asm/posix_types.h
Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-5.2...
[mirror_ubuntu-kernels.git] / arch / mips / include / uapi / asm / posix_types.h
CommitLineData
e2be04c7 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1da177e4
LT
2/*
3 * This file is subject to the terms and conditions of the GNU General Public
4 * License. See the file "COPYING" in the main directory of this archive
5 * for more details.
6 *
7 * Copyright (C) 1996, 97, 98, 99, 2000 by Ralf Baechle
8 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
9 */
10#ifndef _ASM_POSIX_TYPES_H
11#define _ASM_POSIX_TYPES_H
12
13#include <asm/sgidefs.h>
14
15/*
16 * This file is generally used by user-level software, so you need to
17 * be a little careful about namespace pollution etc. Also, we cannot
18 * assume GCC is being used.
19 */
20
86fcd10e
PA
21typedef long __kernel_daddr_t;
22#define __kernel_daddr_t __kernel_daddr_t
1da177e4 23
86fcd10e 24#include <asm-generic/posix_types.h>
1da177e4
LT
25
26#endif /* _ASM_POSIX_TYPES_H */