1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Port on Texas Instruments TMS320C6x architecture
5 * Copyright (C) 2004, 2009, 2010 Texas Instruments Incorporated
6 * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com)
9 #ifndef _ASM_C6X_HARDIRQ_H
10 #define _ASM_C6X_HARDIRQ_H
12 extern void ack_bad_irq(int irq
);
13 #define ack_bad_irq ack_bad_irq
15 #include <asm-generic/hardirq.h>
17 #endif /* _ASM_C6X_HARDIRQ_H */