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
				
			
		
							
								
								
									
										16
									
								
								arch/sh/include/asm/hardirq.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								arch/sh/include/asm/hardirq.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,16 @@ | |||
| #ifndef __ASM_SH_HARDIRQ_H | ||||
| #define __ASM_SH_HARDIRQ_H | ||||
| 
 | ||||
| #include <linux/threads.h> | ||||
| #include <linux/irq.h> | ||||
| 
 | ||||
| typedef struct { | ||||
| 	unsigned int __softirq_pending; | ||||
| 	unsigned int __nmi_count;		/* arch dependent */ | ||||
| } ____cacheline_aligned irq_cpustat_t; | ||||
| 
 | ||||
| #include <linux/irq_cpustat.h>	/* Standard mappings for irq_cpustat_t above */ | ||||
| 
 | ||||
| extern void ack_bad_irq(unsigned int irq); | ||||
| 
 | ||||
| #endif /* __ASM_SH_HARDIRQ_H */ | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228