Subversion Repositories Kolibri OS

Rev

Rev 5056 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5056 Rev 6082
Line 1... Line 1...
1
#ifndef _LINUX_IRQRETURN_H
1
#ifndef _LINUX_IRQRETURN_H
2
#define _LINUX_IRQRETURN_H
2
#define _LINUX_IRQRETURN_H
Line 3... Line 3...
3
 
3
 
4
/**
4
/**
5
 * enum irqreturn
5
 * enum irqreturn
6
 * @IRQ_NONE		interrupt was not from this device
6
 * @IRQ_NONE		interrupt was not from this device or was not handled
7
 * @IRQ_HANDLED		interrupt was handled by this device
7
 * @IRQ_HANDLED		interrupt was handled by this device
8
 * @IRQ_WAKE_THREAD	handler requests to wake the handler thread
8
 * @IRQ_WAKE_THREAD	handler requests to wake the handler thread
9
 */
9
 */
10
enum irqreturn {
10
enum irqreturn {