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

Go to the source code of this file.

Macros

#define do_bad_IRQ(irq, desc)
 

Functions

void init_FIQ (int)
 
int show_fiq_list (struct seq_file *, int)
 

Macro Definition Documentation

#define do_bad_IRQ (   irq,
  desc 
)
Value:
do { \
raw_spin_lock(&desc->lock); \
handle_bad_irq(irq, desc); \
raw_spin_unlock(&desc->lock); \
} while(0)

Definition at line 30 of file irq.h.

Function Documentation

void init_FIQ ( int  )

Definition at line 145 of file fiq.c.

int show_fiq_list ( struct seq_file ,
int   
)

Definition at line 71 of file fiq.c.