root/include/asm-sparc/signal.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   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

/* [previous][next][first][last][top][bottom][index][help] */