Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Vineet Gupta | ac4c244 | 2013-01-18 15:12:16 +0530 | [diff] [blame] | 2 | /* |
Vineet Gupta | 5793e27 | 2015-03-05 19:13:56 +0530 | [diff] [blame] | 3 | * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) |
Vineet Gupta | ac4c244 | 2013-01-18 15:12:16 +0530 | [diff] [blame] | 4 | * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) |
Vineet Gupta | ac4c244 | 2013-01-18 15:12:16 +0530 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef __ASM_ARC_IRQFLAGS_H |
| 8 | #define __ASM_ARC_IRQFLAGS_H |
| 9 | |
Vineet Gupta | 1f6ccff | 2013-05-13 18:30:41 +0530 | [diff] [blame] | 10 | #ifdef CONFIG_ISA_ARCOMPACT |
Vineet Gupta | 5793e27 | 2015-03-05 19:13:56 +0530 | [diff] [blame] | 11 | #include <asm/irqflags-compact.h> |
Vineet Gupta | 1f6ccff | 2013-05-13 18:30:41 +0530 | [diff] [blame] | 12 | #else |
| 13 | #include <asm/irqflags-arcv2.h> |
| 14 | #endif |
Vineet Gupta | ac4c244 | 2013-01-18 15:12:16 +0530 | [diff] [blame] | 15 | |
Vineet Gupta | ac4c244 | 2013-01-18 15:12:16 +0530 | [diff] [blame] | 16 | #endif |