Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
um
sys-ppc
shared
sysdep
skas_ptrace.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2000, 2001, 2002 Jeff Dike (
[email protected]
)
3
* Licensed under the GPL
4
*/
5
6
#ifndef __SYSDEP_PPC_SKAS_PTRACE_H
7
#define __SYSDEP_PPC_SKAS_PTRACE_H
8
9
struct
ptrace_faultinfo
{
10
int
is_write
;
11
unsigned
long
addr
;
12
};
13
14
struct
ptrace_ldt
{
15
int
func
;
16
void
*
ptr
;
17
unsigned
long
bytecount
;
18
};
19
20
#define PTRACE_LDT 54
21
22
#endif
Generated on Thu Jan 10 2013 13:19:29 for Linux Kernel by
1.8.2