Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
irq.h File Reference
#include <asm-generic/irq.h>

Go to the source code of this file.

Macros

#define NR_IRQS   (32 + 1)
 

Functions

void do_IRQ (struct pt_regs *regs)
 
unsigned int get_irq (void)
 

Macro Definition Documentation

#define NR_IRQS   (32 + 1)

Definition at line 12 of file irq.h.

Function Documentation

void do_IRQ ( struct pt_regs regs)

Definition at line 27 of file irq.c.

unsigned int get_irq ( void  )

Definition at line 88 of file intc.c.