#include <sys/queue.h>
Go to the source code of this file.
◆ IRQHandler
◆ IRQ_Handler()
void IRQ_Handler |
( |
int |
irq | ) |
|
Definition at line 25 of file irq.c.
26{
29 {
31 }
32}
struct IRQHandlerList handlers[T_IRQ_LEN]
#define LIST_FOREACH(var, head, field)
◆ IRQ_Init()
Definition at line 14 of file irq.c.
15{
16 int i;
17
19 {
21 }
22}
◆ IRQ_Register()
void IRQ_Register |
( |
int |
irq, |
|
|
struct IRQHandler * |
h |
|
) |
| |
Definition at line 35 of file irq.c.
36{
38
40
42}
void IOAPIC_Enable(int irq)
#define LIST_INSERT_HEAD(head, elm, field)
◆ IRQ_Unregister()
void IRQ_Unregister |
( |
int |
irq, |
|
|
struct IRQHandler * |
h |
|
) |
| |
Definition at line 45 of file irq.c.
46{
48
51}
void IOAPIC_Disable(int irq)
#define LIST_REMOVE(elm, field)