2026-01-29 22:25:33 +08:00

11 lines
255 B
C

/* 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>
#endif /* _UAPI_ASM_SW64_SIGINFO_H */