Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hvc_irq.c File Reference
#include <linux/interrupt.h>
#include "hvc_console.h"

Go to the source code of this file.

Functions

int notifier_add_irq (struct hvc_struct *hp, int irq)
 
void notifier_del_irq (struct hvc_struct *hp, int irq)
 
void notifier_hangup_irq (struct hvc_struct *hp, int irq)
 

Function Documentation

int notifier_add_irq ( struct hvc_struct hp,
int  irq 
)

Definition at line 23 of file hvc_irq.c.

void notifier_del_irq ( struct hvc_struct hp,
int  irq 
)

Definition at line 38 of file hvc_irq.c.

void notifier_hangup_irq ( struct hvc_struct hp,
int  irq 
)

Definition at line 46 of file hvc_irq.c.