Linux Kernel
3.7.1
|
#include <linux/threads.h>
#include <linux/irq.h>
#include <asm/exceptions.h>
#include <linux/irq_cpustat.h>
Go to the source code of this file.
Data Structures | |
struct | ____cacheline_aligned |
Typedefs | |
typedef void(* | intr_stub_fnx )(struct pt_regs *regs, enum exception_code intcode) |
Functions | |
void | ack_bad_irq (int irq) |
asmlinkage void | set_excp_vector (enum exception_code code, intr_stub_fnx handler) |
typedef void(* intr_stub_fnx)(struct pt_regs *regs, enum exception_code intcode) |
asmlinkage void set_excp_vector | ( | enum exception_code | code, |
intr_stub_fnx | handler | ||
) |