Subversion Repositories Kolibri OS

Rev

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

Rev 6934 Rev 6936
Line 63... Line 63...
63
#define IRQF_EARLY_RESUME	0x00020000
63
#define IRQF_EARLY_RESUME	0x00020000
64
#define IRQF_COND_SUSPEND	0x00040000
64
#define IRQF_COND_SUSPEND	0x00040000
Line 65... Line 65...
65
 
65
 
Line -... Line 66...
-
 
66
#define IRQF_TIMER		(__IRQF_TIMER | IRQF_NO_SUSPEND | IRQF_NO_THREAD)
-
 
67
 
-
 
68
/*
-
 
69
 * These values can be returned by request_any_context_irq() and
-
 
70
 * describe the context the interrupt will be run in.
-
 
71
 *
-
 
72
 * IRQC_IS_HARDIRQ - interrupt runs in hardirq context
-
 
73
 * IRQC_IS_NESTED - interrupt runs in a nested threaded context
-
 
74
 */
-
 
75
enum {
-
 
76
	IRQC_IS_HARDIRQ	= 0,
66
#define IRQF_TIMER		(__IRQF_TIMER | IRQF_NO_SUSPEND | IRQF_NO_THREAD)
77
	IRQC_IS_NESTED,
67
 
78
};
68
extern int early_irq_init(void);
79
extern int early_irq_init(void);
Line 69... Line 80...
69
extern int arch_probe_nr_irqs(void);
80
extern int arch_probe_nr_irqs(void);