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