Home | History | Annotate | Line # | Download | only in include
ptrace.h revision 1.2.22.1
      1  1.2.22.1  yamt /*       $NetBSD: ptrace.h,v 1.2.22.1 2006/06/21 14:56:47 yamt Exp $        */
      2       1.1   eeh 
      3       1.2   mrg #include <sparc/ptrace.h>
      4  1.2.22.1  yamt 
      5  1.2.22.1  yamt #ifdef _KERNEL_OPT
      6  1.2.22.1  yamt #include "opt_compat_netbsd32.h"
      7  1.2.22.1  yamt 
      8  1.2.22.1  yamt #ifdef COMPAT_NETBSD32
      9  1.2.22.1  yamt #include <compat/netbsd32/netbsd32.h>
     10  1.2.22.1  yamt 
     11  1.2.22.1  yamt #define process_read_regs32 netbsd32_process_read_regs
     12  1.2.22.1  yamt #define process_read_fpregs32	netbsd32_process_read_fpregs
     13  1.2.22.1  yamt 
     14  1.2.22.1  yamt #define process_reg32		struct reg32
     15  1.2.22.1  yamt #define process_fpreg32		struct fpreg32
     16  1.2.22.1  yamt #endif
     17  1.2.22.1  yamt #endif
     18