2005-04-16 18:20:36 -04:00
|
|
|
/*
|
2008-05-12 17:01:48 -04:00
|
|
|
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
|
2005-04-16 18:20:36 -04:00
|
|
|
* Licensed under the GPL
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __SKAS_PTRACE_H
|
|
|
|
#define __SKAS_PTRACE_H
|
|
|
|
|
|
|
|
#define PTRACE_FAULTINFO 52
|
|
|
|
#define PTRACE_SWITCH_MM 55
|
|
|
|
|
2005-05-05 19:15:40 -04:00
|
|
|
#include "sysdep/skas_ptrace.h"
|
|
|
|
|
2005-04-16 18:20:36 -04:00
|
|
|
#endif
|