mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-30 07:38:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			219 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			219 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* 
 | |
|  * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
 | |
|  * Licensed under the GPL
 | |
|  */
 | |
| 
 | |
| #ifndef __SYSDEP_IA64_PTRACE_H
 | |
| #define __SYSDEP_IA64_PTRACE_H
 | |
| 
 | |
| struct sys_pt_regs {
 | |
|   int foo;
 | |
| };
 | |
| 
 | |
| #define EMPTY_REGS { 0 }
 | |
| 
 | |
| #endif
 | |
| 
 | 
