Main Page | Modules | Class List | File List | Class Members | File Members | Related Pages

irq_desc Struct Reference

IRQ descriptor array. More...

List of all members.

Public Attributes

int active
 IRQ in use.

int num
 IRQ number.

l4thread_t t
 handler thread

void(* handler )(int, void *, struct pt_regs *)
 ISR.

unsigned long flags
 flags from request_irq()

const char * dev_name
 dev_name from request_irq()

void * dev_id
 dev_id from request_irq()


Detailed Description

IRQ descriptor array.

Todo:
what about IRQ sharing?

Definition at line 67 of file irq.c.


The documentation for this struct was generated from the following file:
Linux DDE, written by Christian Helmuth  © 2003 Technische Universitaet Dresden