Vineet Gupta | ac4c244 | 2013-01-18 15:12:16 +0530 | [diff] [blame] | 1 | /* |
Vineet Gupta | 5793e27 | 2015-03-05 19:13:56 +0530 | [diff] [blame] | 2 | * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) |
Vineet Gupta | ac4c244 | 2013-01-18 15:12:16 +0530 | [diff] [blame] | 3 | * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify |
| 6 | * it under the terms of the GNU General Public License version 2 as |
| 7 | * published by the Free Software Foundation. |
| 8 | */ |
| 9 | |
| 10 | #ifndef __ASM_ARC_IRQFLAGS_H |
| 11 | #define __ASM_ARC_IRQFLAGS_H |
| 12 | |
Vineet Gupta | 1f6ccff | 2013-05-13 18:30:41 +0530 | [diff] [blame] | 13 | #ifdef CONFIG_ISA_ARCOMPACT |
Vineet Gupta | 5793e27 | 2015-03-05 19:13:56 +0530 | [diff] [blame] | 14 | #include <asm/irqflags-compact.h> |
Vineet Gupta | 1f6ccff | 2013-05-13 18:30:41 +0530 | [diff] [blame] | 15 | #else |
| 16 | #include <asm/irqflags-arcv2.h> |
| 17 | #endif |
Vineet Gupta | ac4c244 | 2013-01-18 15:12:16 +0530 | [diff] [blame] | 18 | |
Vineet Gupta | ac4c244 | 2013-01-18 15:12:16 +0530 | [diff] [blame] | 19 | #endif |