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 <mach/irq.h>

Go to the source code of this file.

Macros

#define NR_INTERNAL_IRQS   64
 
#define NR_IRQS   (NR_INTERNAL_IRQS)
 
#define irq_canonicalize(i)   (i)
 

Functions

int nmi_enable (void)
 
void nmi_disable (void)
 
unsigned long intc_get_pending (unsigned int group)
 

Macro Definition Documentation

#define irq_canonicalize (   i)    (i)

Definition at line 12 of file irq.h.

#define NR_INTERNAL_IRQS   64

Definition at line 4 of file irq.h.

#define NR_IRQS   (NR_INTERNAL_IRQS)

Definition at line 9 of file irq.h.

Function Documentation

unsigned long intc_get_pending ( unsigned int  group)

Definition at line 196 of file intc.c.

void nmi_disable ( void  )

Definition at line 25 of file irq.c.

int nmi_enable ( void  )

Definition at line 20 of file irq.c.