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) 2000, 2001, 2002 by Ralf Baechle 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci#ifndef __ASM_HW_IRQ_H 962306a36Sopenharmony_ci#define __ASM_HW_IRQ_H 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#include <linux/atomic.h> 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciextern atomic_t irq_err_count; 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci/* 1662306a36Sopenharmony_ci * interrupt-retrigger: NOP for now. This may not be appropriate for all 1762306a36Sopenharmony_ci * machines, we'll see ... 1862306a36Sopenharmony_ci */ 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci#endif /* __ASM_HW_IRQ_H */ 21