irq.h 335 B

1234567891011121314
  1. /*
  2. * include/asm-arm/arch-h720x/irq.h
  3. *
  4. * Copyright (C) 2000-2002 Jungjun Kim
  5. * (C) 2003 Robert Schwebel <r.schwebel@pengutronix.de>
  6. * (C) 2003 Thomas Gleixner <tglx@linutronix.de>
  7. */
  8. #ifndef __ASM_ARCH_IRQ_H
  9. #define __ASM_ARCH_IRQ_H
  10. extern void __init h720x_init_irq (void);
  11. #endif /* __ASM_ARCH_IRQ_H */