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
				
			
		
							
								
								
									
										19
									
								
								arch/x86/xen/smp.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								arch/x86/xen/smp.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,19 @@ | |||
| #ifndef _XEN_SMP_H | ||||
| 
 | ||||
| extern void xen_send_IPI_mask(const struct cpumask *mask, | ||||
| 			      int vector); | ||||
| extern void xen_send_IPI_mask_allbutself(const struct cpumask *mask, | ||||
| 				int vector); | ||||
| extern void xen_send_IPI_allbutself(int vector); | ||||
| extern void xen_send_IPI_all(int vector); | ||||
| extern void xen_send_IPI_self(int vector); | ||||
| 
 | ||||
| #ifdef CONFIG_XEN_PVH | ||||
| extern void xen_pvh_early_cpu_init(int cpu, bool entry); | ||||
| #else | ||||
| static inline void xen_pvh_early_cpu_init(int cpu, bool entry) | ||||
| { | ||||
| } | ||||
| #endif | ||||
| 
 | ||||
| #endif | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228