ENABLE_IRQ

Section: (9)
Updated: 13 April 2004
Index Return to Main Contents

 

NAME

enable_irq - enable handling of an irq  

SYNOPSIS

void enable_irq (unsigned int irq);  

ARGUMENTS

irq
Interrupt to enable
 

DESCRIPTION

Undoes the effect of one call to disable_irq. If this matches the last disable, processing of interrupts on this IRQ line is re-enabled.

This function may be called from IRQ context.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.1.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 11:21:56 GMT, April 13, 2004