USB: serial: option: reimplement interface masking
[linux/fpc-iii.git] / arch / arm / include / asm / hw_irq.h
blobcecc13214ef1c39361cd32e649e994e7bb001384
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Nothing to see here yet
4 */
5 #ifndef _ARCH_ARM_HW_IRQ_H
6 #define _ARCH_ARM_HW_IRQ_H
8 static inline void ack_bad_irq(int irq)
10 extern unsigned long irq_err_count;
11 irq_err_count++;
12 pr_crit("unexpected IRQ trap at vector %02x\n", irq);
15 #define ARCH_IRQ_INIT_FLAGS (IRQ_NOREQUEST | IRQ_NOPROBE)
17 #endif