diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-09 00:32:39 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-09 00:32:39 +0000 |
commit | 75337fb90e0ef6702c1bb2337334e258f7119b76 (patch) | |
tree | 82c9f8bc37fa710e51f03ce212e482ace4899a4c /include/asm-mips | |
parent | 6539eed842af755d3ffea581e11b86ca8c5be94d (diff) |
Rewrite of Indy IRQs to new style.
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/hw_irq.h | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/include/asm-mips/hw_irq.h b/include/asm-mips/hw_irq.h index 1bf6629b4..8dfa57d9b 100644 --- a/include/asm-mips/hw_irq.h +++ b/include/asm-mips/hw_irq.h @@ -1,5 +1,16 @@ -/* This exists merely to satisfy <linux/irq.h>. There is - nothing that would go here of general interest. +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + * + * Copyright (C) 2000, 2001 by Ralf Baechle + */ +#ifndef _ASM_HW_IRQ_H +#define _ASM_HW_IRQ_H - Everything of consequence is in arch/alpha/kernel/irq_impl.h, - to be used only in arch/alpha/kernel/. */ +/* This may not be apropriate for all machines, we'll see ... */ +static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) +{ +} + +#endif /* _ASM_HW_IRQ_H */ |