1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2b8b572e1SStephen Rothwell /*
3b8b572e1SStephen Rothwell  * IRQ flags handling
4b8b572e1SStephen Rothwell  */
5b8b572e1SStephen Rothwell #ifndef _ASM_IRQFLAGS_H
6b8b572e1SStephen Rothwell #define _ASM_IRQFLAGS_H
7b8b572e1SStephen Rothwell 
8b8b572e1SStephen Rothwell #ifndef __ASSEMBLY__
9b8b572e1SStephen Rothwell /*
10df9ee292SDavid Howells  * Get definitions for arch_local_save_flags(x), etc.
11b8b572e1SStephen Rothwell  */
12b8b572e1SStephen Rothwell #include <asm/hw_irq.h>
13b8b572e1SStephen Rothwell 
14b8b572e1SStephen Rothwell #endif
15b8b572e1SStephen Rothwell 
16b8b572e1SStephen Rothwell #endif
17