irqflags.h 363 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
  4. * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
  5. */
  6. #ifndef __ASM_ARC_IRQFLAGS_H
  7. #define __ASM_ARC_IRQFLAGS_H
  8. #ifdef CONFIG_ISA_ARCOMPACT
  9. #include <asm/irqflags-compact.h>
  10. #else
  11. #include <asm/irqflags-arcv2.h>
  12. #endif
  13. #endif