1#ifndef _MACHINE_PTRACE_H_
2#define _MACHINE_PTRACE_H_
3
4#define __HAVE_PTRACE_MACHDEP
5
6#define PT_GETVFPREGS32	(PT_FIRSTMACH + 0)
7#define PT_SETVFPREGS32	(PT_FIRSTMACH + 1)
8
9#endif /* _MACHINE_PTRACE_H_ */