1 #ifndef _ASMSPARC_SIGNAL_H
2 #define _ASMSPARC_SIGNAL_H
3
4 struct sigcontext_struct {
5 /*
6 * Have to find out what SUNOS and Solaris do. This could
7 * get real ugly. David S. Miller (davem@caip.rutgers.edu)
8 */
9 };
10
11 #endif