2005-04-16 16:20:36 -06:00
|
|
|
/*
|
2008-05-12 15:01:48 -06:00
|
|
|
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
|
2005-04-16 16:20:36 -06: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 17:15:40 -06:00
|
|
|
#include "sysdep/skas_ptrace.h"
|
|
|
|
|
2005-04-16 16:20:36 -06:00
|
|
|
#endif
|