mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-30 15:48:52 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										22
									
								
								arch/um/sys-ia64/sysdep/skas_ptrace.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								arch/um/sys-ia64/sysdep/skas_ptrace.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| /*
 | ||||
|  * 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 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228