blob: 59bc6a64f75da77c9cf1972ba35625d74651d51e [file] [log] [blame]
Vineet Guptaac4c2442013-01-18 15:12:16 +05301/*
Vineet Gupta5793e272015-03-05 19:13:56 +05302 * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
Vineet Guptaac4c2442013-01-18 15:12:16 +05303 * 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 Gupta1f6ccff2013-05-13 18:30:41 +053013#ifdef CONFIG_ISA_ARCOMPACT
Vineet Gupta5793e272015-03-05 19:13:56 +053014#include <asm/irqflags-compact.h>
Vineet Gupta1f6ccff2013-05-13 18:30:41 +053015#else
16#include <asm/irqflags-arcv2.h>
17#endif
Vineet Guptaac4c2442013-01-18 15:12:16 +053018
Vineet Guptaac4c2442013-01-18 15:12:16 +053019#endif