David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) |
| 4 | * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef __ASM_ARC_IRQFLAGS_H |
| 8 | #define __ASM_ARC_IRQFLAGS_H |
| 9 | |
| 10 | #ifdef CONFIG_ISA_ARCOMPACT |
| 11 | #include <asm/irqflags-compact.h> |
| 12 | #else |
| 13 | #include <asm/irqflags-arcv2.h> |
| 14 | #endif |
| 15 | |
| 16 | #endif |