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