projects
/
linux-2.6.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
86bcab59c52bf02060d8d0a8b2a20be6685be650
[linux-2.6.git]
/
include
/
asm-alpha
/
siginfo.h
1
#ifndef _ALPHA_SIGINFO_H
2
#define _ALPHA_SIGINFO_H
3
4
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
5
#define __ARCH_SI_TRAPNO
6
7
#define SIGEV_PAD_SIZE ((SIGEV_MAX_SIZE/sizeof(int)) - 4)
8
9
#include <asm-generic/siginfo.h>
10
11
#endif