Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / blackfin / include / uapi / asm / siginfo.h
blob2dd8c9c392481ed17be7c6029c0ce823d85e18df
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2 /*
3 * Copyright 2004-2008 Analog Devices Inc.
5 * Licensed under the GPL-2 or later.
6 */
8 #ifndef _UAPI_BFIN_SIGINFO_H
9 #define _UAPI_BFIN_SIGINFO_H
11 #include <linux/types.h>
12 #include <asm-generic/siginfo.h>
14 #define si_uid16 _sifields._kill._uid
16 #endif /* _UAPI_BFIN_SIGINFO_H */