162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef _ASM_X86_SIGINFO_H 362306a36Sopenharmony_ci#define _ASM_X86_SIGINFO_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#ifdef __x86_64__ 662306a36Sopenharmony_ci# ifdef __ILP32__ /* x32 */ 762306a36Sopenharmony_citypedef long long __kernel_si_clock_t __attribute__((aligned(4))); 862306a36Sopenharmony_ci# define __ARCH_SI_CLOCK_T __kernel_si_clock_t 962306a36Sopenharmony_ci# define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8))) 1062306a36Sopenharmony_ci# endif 1162306a36Sopenharmony_ci#endif 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#include <asm-generic/siginfo.h> 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#endif /* _ASM_X86_SIGINFO_H */ 16