2013-01-18 17:42:16 +08:00
|
|
|
/*
|
2015-03-05 21:43:56 +08:00
|
|
|
* Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
|
2013-01-18 17:42:16 +08:00
|
|
|
* Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_ARC_IRQFLAGS_H
|
|
|
|
#define __ASM_ARC_IRQFLAGS_H
|
|
|
|
|
2015-03-05 21:43:56 +08:00
|
|
|
#include <asm/irqflags-compact.h>
|
2013-01-18 17:42:16 +08:00
|
|
|
|
|
|
|
#endif
|