hardirq.h 301 B

123456789101112131415161718
  1. /*
  2. * Copyright 2004-2009 Analog Devices Inc.
  3. *
  4. * Licensed under the GPL-2 or later.
  5. */
  6. #ifndef __BFIN_HARDIRQ_H
  7. #define __BFIN_HARDIRQ_H
  8. #define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
  9. extern void ack_bad_irq(unsigned int irq);
  10. #define ack_bad_irq ack_bad_irq
  11. #include <asm-generic/hardirq.h>
  12. #endif