]> Git Repo - J-linux.git/blob - arch/alpha/include/asm/hardirq.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / alpha / include / asm / hardirq.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ALPHA_HARDIRQ_H
3 #define _ALPHA_HARDIRQ_H
4
5 void ack_bad_irq(unsigned int irq);
6 #define ack_bad_irq ack_bad_irq
7
8 #include <asm-generic/hardirq.h>
9
10 #endif /* _ALPHA_HARDIRQ_H */
This page took 0.025536 seconds and 4 git commands to generate.