source:
GPL/trunk/include/asm/irq.h
Last change on this file was 679, checked in by , 4 years ago | |
---|---|
File size: 101 bytes |
Rev | Line | |
---|---|---|
[32] | 1 | #ifndef _ASM_IRQ_H |
2 | #define _ASM_IRQ_H | |
[679] | 3 | #include <linux/io.h> |
[32] | 4 | void disable_irq(int irq); |
5 | ||
6 | #endif |
Note:
See TracBrowser
for help on using the repository browser.