aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/siginfo.h
blob: 86bcab59c52bf02060d8d0a8b2a20be6685be650 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _ALPHA_SIGINFO_H
#define _ALPHA_SIGINFO_H

#define __ARCH_SI_PREAMBLE_SIZE		(4 * sizeof(int))
#define __ARCH_SI_TRAPNO

#define SIGEV_PAD_SIZE			((SIGEV_MAX_SIZE/sizeof(int)) - 4)

#include <asm-generic/siginfo.h>

#endif