https://github.com/torvalds/linux
Raw File
Tip revision: 24070a449a6302370e2f13a67a11b65a1f2927cd authored by Sungwook Jung on 23 July 2014, 21:59:44 UTC
scripts/tags.sh: Fix regex syntax for etags.
Tip revision: 24070a4
hw_irq.h
#ifndef __ASM_GENERIC_HW_IRQ_H
#define __ASM_GENERIC_HW_IRQ_H
/*
 * hw_irq.h has internal declarations for the low-level interrupt
 * controller, like the original i8259A.
 * In general, this is not needed for new architectures.
 */

#endif /* __ASM_GENERIC_HW_IRQ_H */
back to top