Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.12 9 lines 184 B view raw
1#ifndef _ALPHA_HARDIRQ_H 2#define _ALPHA_HARDIRQ_H 3 4void ack_bad_irq(unsigned int irq); 5#define ack_bad_irq ack_bad_irq 6 7#include <asm-generic/hardirq.h> 8 9#endif /* _ALPHA_HARDIRQ_H */