Home | History | Annotate | Line # | Download | only in common
linux_emuldata.h revision 1.1.10.2
      1  1.1.10.1  bouyer /*	$NetBSD: linux_emuldata.h,v 1.1.10.2 2001/03/27 15:31:46 bouyer Exp $	*/
      2       1.1     erh 
      3       1.1     erh #ifndef _COMMON_LINUX_EMULDATA_H
      4       1.1     erh #define _COMMON_LINUX_EMULDATA_H
      5       1.1     erh 
      6       1.1     erh /*
      7       1.1     erh  * This is auxillary data the linux compat code
      8       1.1     erh  * needs to do its work.  A pointer to it is
      9       1.1     erh  * stored in the emuldata field of the proc
     10  1.1.10.1  bouyer  * structure.
     11       1.1     erh  */
     12       1.1     erh struct linux_emuldata {
     13  1.1.10.1  bouyer #if notyet
     14  1.1.10.2  bouyer 	sigset_t	ps_siginfo;		/* Which signals have a RT handler */
     15  1.1.10.1  bouyer #endif
     16  1.1.10.2  bouyer 	int		debugreg[8];	/* GDB information for ptrace - for use, */
     17  1.1.10.2  bouyer 	                    		/* see ../arch/i386/linux_ptrace.c */
     18  1.1.10.2  bouyer 	caddr_t	p_break;			/* Processes' idea of break */
     19       1.1     erh };
     20       1.1     erh #endif /* !_COMMON_LINUX_EMULDATA_H */
     21