drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / mips / include / uapi / asm / siginfo.h
blob8cb8bd061a6847be81706b3e6fc6cc83ab52ef52
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
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.
7 * Copyright (C) 1998, 1999, 2001, 2003 Ralf Baechle
8 * Copyright (C) 2000, 2001 Silicon Graphics, Inc.
9 */
10 #ifndef _UAPI_ASM_SIGINFO_H
11 #define _UAPI_ASM_SIGINFO_H
13 #define __ARCH_SIGEV_PREAMBLE_SIZE (sizeof(long) + 2*sizeof(int))
15 #define __ARCH_HAS_SWAPPED_SIGINFO
17 #include <asm-generic/siginfo.h>
20 * si_code values
21 * Again these have been chosen to be IRIX compatible.
23 #undef SI_ASYNCIO
24 #undef SI_TIMER
25 #undef SI_MESGQ
26 #define SI_ASYNCIO -2 /* sent by AIO completion */
27 #define SI_TIMER -3 /* sent by timer expiration */
28 #define SI_MESGQ -4 /* sent by real time mesq state change */
30 #endif /* _UAPI_ASM_SIGINFO_H */