Linux Kernel
3.7.1
|
#include <linux/hardirq.h>
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/spinlock.h>
#include <linux/types.h>
#include <asm/gt64120.h>
Go to the source code of this file.
Macros | |
#define | GT641XX_IRQ_TO_BIT(irq) (1U << (irq - GT641XX_IRQ_BASE)) |
Functions | |
void | gt641xx_irq_dispatch (void) |
void __init | gt641xx_irq_init (void) |
#define GT641XX_IRQ_TO_BIT | ( | irq | ) | (1U << (irq - GT641XX_IRQ_BASE)) |
Definition at line 28 of file irq-gt641xx.c.
Definition at line 92 of file irq-gt641xx.c.
Definition at line 116 of file irq-gt641xx.c.