source: GPL/trunk/include/asm/irq.h@ 689

Last change on this file since 689 was 679, checked in by David Azarewicz, 4 years ago

Merge changes from Paul's uniaud32next branch.

File size: 101 bytes
Line 
1#ifndef _ASM_IRQ_H
2#define _ASM_IRQ_H
3#include <linux/io.h>
4void disable_irq(int irq);
5
6#endif
Note: See TracBrowser for help on using the repository browser.