blob: 58b54a6d5a1627285ccfcfe76dae5eb0b5fec7ff [file] [log] [blame]
Robin Getz96f10502009-09-24 14:11:24 +00001/*
2 * Copyright 2004-2009 Analog Devices Inc.
3 *
4 * Licensed under the GPL-2 or later.
5 */
6
Bryan Wu1394f032007-05-06 14:50:22 -07007#ifndef __BFIN_HARDIRQ_H
8#define __BFIN_HARDIRQ_H
9
Bryan Wu1394f032007-05-06 14:50:22 -070010#define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
11
Mike Frysingera6387352008-11-18 17:48:22 +080012extern void ack_bad_irq(unsigned int irq);
Mike Frysingerd5ce5282009-06-13 11:32:34 -040013#define ack_bad_irq ack_bad_irq
14
15#include <asm-generic/hardirq.h>
Mike Frysingera6387352008-11-18 17:48:22 +080016
Bryan Wu1394f032007-05-06 14:50:22 -070017#endif