mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 14:30:50 +00:00 
			
		
		
		
	 f5ad6a42b7
			
		
	
	
		f5ad6a42b7
		
	
	
	
	
		
			
			Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
		
			
				
	
	
		
			23 lines
		
	
	
		
			374 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			374 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
 | |
|  * Licensed under the GPL
 | |
|  */
 | |
| 
 | |
| #ifndef __SYSDEP_IA64_SKAS_PTRACE_H
 | |
| #define __SYSDEP_IA64_SKAS_PTRACE_H
 | |
| 
 | |
| struct ptrace_faultinfo {
 | |
|         int is_write;
 | |
|         unsigned long addr;
 | |
| };
 | |
| 
 | |
| struct ptrace_ldt {
 | |
|         int func;
 | |
|         void *ptr;
 | |
|         unsigned long bytecount;
 | |
| };
 | |
| 
 | |
| #define PTRACE_LDT 54
 | |
| 
 | |
| #endif
 |