mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 08:08: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
				
			
		
							
								
								
									
										20
									
								
								kernel/time/timekeeping.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								kernel/time/timekeeping.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,20 @@ | |||
| #ifndef _KERNEL_TIME_TIMEKEEPING_H | ||||
| #define _KERNEL_TIME_TIMEKEEPING_H | ||||
| /*
 | ||||
|  * Internal interfaces for kernel/time/ | ||||
|  */ | ||||
| extern ktime_t ktime_get_update_offsets_tick(ktime_t *offs_real, | ||||
| 						ktime_t *offs_boot, | ||||
| 						ktime_t *offs_tai); | ||||
| extern ktime_t ktime_get_update_offsets_now(ktime_t *offs_real, | ||||
| 						ktime_t *offs_boot, | ||||
| 						ktime_t *offs_tai); | ||||
| 
 | ||||
| extern int timekeeping_valid_for_hres(void); | ||||
| extern u64 timekeeping_max_deferment(void); | ||||
| extern int timekeeping_inject_offset(struct timespec *ts); | ||||
| extern s32 timekeeping_get_tai_offset(void); | ||||
| extern void timekeeping_set_tai_offset(s32 tai_offset); | ||||
| extern void timekeeping_clocktai(struct timespec *ts); | ||||
| 
 | ||||
| #endif | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228