mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			490 B
		
	
	
	
		
			Diff
		
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			490 B
		
	
	
	
		
			Diff
		
	
	
| diff -drupN a/include/linux/interrupt.h b/include/linux/interrupt.h
 | |
| --- a/include/linux/interrupt.h	2017-10-21 18:09:07.000000000 +0300
 | |
| +++ b/include/linux/interrupt.h	2022-06-09 05:02:35.000000000 +0300
 | |
| @@ -62,6 +62,7 @@
 | |
|   *                wakeup devices users need to implement wakeup detection in
 | |
|   *                their interrupt handlers.
 | |
|   */
 | |
| +#define IRQF_DISABLED		0x00000020
 | |
|  #define IRQF_SHARED		0x00000080
 | |
|  #define IRQF_PROBE_SHARED	0x00000100
 | |
|  #define __IRQF_TIMER		0x00000200
 |