1 /* $FreeBSD$ */ 2 3 #ifndef _MACHINE_PTRACE_H_ 4 #define _MACHINE_PTRACE_H_ 5 6 #define __HAVE_PTRACE_MACHDEP 7 8 #define PT_GETVFPREGS32 (PT_FIRSTMACH + 0) 9 #define PT_SETVFPREGS32 (PT_FIRSTMACH + 1) 10 11 #endif /* _MACHINE_PTRACE_H_ */
Cache object: 7250937005cbb5d6e12cad809824dc51
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.