]> Git Repo - linux.git/blob - arch/arm/kernel/signal.h
mtd: spi-nor: Merge spansion Quad Enable methods
[linux.git] / arch / arm / kernel / signal.h
1 #include <asm/ucontext.h>
2
3 struct sigframe {
4         struct ucontext uc;
5         unsigned long retcode[4];
6 };
7
8 struct rt_sigframe {
9         struct siginfo info;
10         struct sigframe sig;
11 };
This page took 0.033758 seconds and 4 git commands to generate.