1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * Copyright 2004-2008 Analog Devices Inc.
5 * Licensed under the GPL-2 or later.
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 */