2005-04-16 22:20:36 +00:00
|
|
|
/*
|
2008-05-12 21:01:48 +00:00
|
|
|
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
|
2005-04-16 22:20:36 +00:00
|
|
|
* Licensed under the GPL
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __SKAS_PTRACE_H
|
|
|
|
#define __SKAS_PTRACE_H
|
|
|
|
|
|
|
|
#define PTRACE_FAULTINFO 52
|
|
|
|
#define PTRACE_SWITCH_MM 55
|
|
|
|
|
2012-10-08 02:27:32 +00:00
|
|
|
#include <sysdep/skas_ptrace.h>
|
2005-05-05 23:15:40 +00:00
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
#endif
|