Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/platform_device.h>
#include <linux/syscore_ops.h>
#include <linux/export.h>
#include <asm/io.h>
#include "intc.h"
Go to the source code of this file.
Data Structures | |
struct | intc |
Macros | |
#define | intc_suspend NULL |
#define | intc_resume NULL |
Functions | |
asmlinkage void | do_IRQ (int level, struct pt_regs *regs) |
void __init | init_IRQ (void) |
device_initcall (intc_init_syscore) | |
unsigned long | intc_get_pending (unsigned int group) |
EXPORT_SYMBOL_GPL (intc_get_pending) | |
Variables | |
struct platform_device | at32_intc0_device |
device_initcall | ( | intc_init_syscore | ) |
EXPORT_SYMBOL_GPL | ( | intc_get_pending | ) |
struct platform_device at32_intc0_device |
Definition at line 680 of file at32ap700x.c.