mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 16:18:51 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										23
									
								
								arch/ia64/kernel/fsyscall_gtod_data.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								arch/ia64/kernel/fsyscall_gtod_data.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,23 @@ | |||
| /*
 | ||||
|  * (c) Copyright 2007 Hewlett-Packard Development Company, L.P. | ||||
|  *        Contributed by Peter Keilty <peter.keilty@hp.com> | ||||
|  * | ||||
|  * fsyscall gettimeofday data | ||||
|  */ | ||||
| 
 | ||||
| struct fsyscall_gtod_data_t { | ||||
| 	seqcount_t	seq; | ||||
| 	struct timespec	wall_time; | ||||
| 	struct timespec monotonic_time; | ||||
| 	cycle_t		clk_mask; | ||||
| 	u32		clk_mult; | ||||
| 	u32		clk_shift; | ||||
| 	void		*clk_fsys_mmio; | ||||
| 	cycle_t		clk_cycle_last; | ||||
| } ____cacheline_aligned; | ||||
| 
 | ||||
| struct itc_jitter_data_t { | ||||
| 	int		itc_jitter; | ||||
| 	cycle_t		itc_lastcycle; | ||||
| } ____cacheline_aligned; | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228