Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
0004  * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
0005  */
0006 
0007 #ifndef __ASM_ARC_IRQFLAGS_H
0008 #define __ASM_ARC_IRQFLAGS_H
0009 
0010 #ifdef CONFIG_ISA_ARCOMPACT
0011 #include <asm/irqflags-compact.h>
0012 #else
0013 #include <asm/irqflags-arcv2.h>
0014 #endif
0015 
0016 #endif