162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public 362306a36Sopenharmony_ci * License. See the file "COPYING" in the main directory of this archive 462306a36Sopenharmony_ci * for more details. 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * Copyright (C) 1997, 98, 99, 2000, 01, 05 Ralf Baechle (ralf@linux-mips.org) 762306a36Sopenharmony_ci * Copyright (C) 1999, 2000 Silicon Graphics, Inc. 862306a36Sopenharmony_ci * Copyright (C) 2001 MIPS Technologies, Inc. 962306a36Sopenharmony_ci */ 1062306a36Sopenharmony_ci#ifndef _ASM_HARDIRQ_H 1162306a36Sopenharmony_ci#define _ASM_HARDIRQ_H 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciextern void ack_bad_irq(unsigned int irq); 1462306a36Sopenharmony_ci#define ack_bad_irq ack_bad_irq 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#include <asm-generic/hardirq.h> 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci#endif /* _ASM_HARDIRQ_H */ 19