2026-01-21 18:59:54 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
|
|
|
#ifndef _UAPI_ASM_SW64_SIGINFO_H
|
|
|
|
|
#define _UAPI_ASM_SW64_SIGINFO_H
|
|
|
|
|
|
|
|
|
|
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
|
|
|
|
|
|
|
|
|
|
#include <asm-generic/siginfo.h>
|
|
|
|
|
|
|
|
|
|
|
2026-01-29 22:25:33 +08:00
|
|
|
#endif /* _UAPI_ASM_SW64_SIGINFO_H */
|