blob: 8c505170f4d016f91469ce2489017eaeaf406e77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
/*
* Copyright 2004-2008 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#ifndef _UAPI_BFIN_SIGINFO_H
#define _UAPI_BFIN_SIGINFO_H
#include <linux/types.h>
#include <asm-generic/siginfo.h>
#define UID16_SIGINFO_COMPAT_NEEDED
#define si_uid16 _sifields._kill._uid
#endif /* _UAPI_BFIN_SIGINFO_H */
|