Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Functions
hardirq.h File Reference
#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 Documentation

typedef void(* intr_stub_fnx)(struct pt_regs *regs, enum exception_code intcode)

Definition at line 37 of file hardirq.h.

Function Documentation

void ack_bad_irq ( int  irq)

Definition at line 121 of file irq.c.

asmlinkage void set_excp_vector ( enum exception_code  code,
intr_stub_fnx  handler 
)