summaryrefslogtreecommitdiff
path: root/arch/metag/include/uapi/asm/siginfo.h
blob: b54ef7186ca3d4d5b7eadc8cb768efd4f28a776c (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _METAG_SIGINFO_H
#define _METAG_SIGINFO_H

#define __ARCH_SI_TRAPNO

#include <asm-generic/siginfo.h>

#endif