swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 5ae90d8e467e625e447000cb4335c4db973b1095 authored by Linus Torvalds on 29 July 2013, 03:53:33 UTC
Linux 3.11-rc3
Tip revision: 5ae90d8
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