summaryrefslogtreecommitdiff
path: root/include/asm-x86/siginfo_64.h
blob: d09a1e6e72462842c47dd69c6a5eb9c85fcd4820 (plain)
1
2
3
4
5
6
7
8
#ifndef _X8664_SIGINFO_H
#define _X8664_SIGINFO_H

#define __ARCH_SI_PREAMBLE_SIZE	(4 * sizeof(int))

#include <asm-generic/siginfo.h>

#endif