.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "ENABLE_IRQ" "" "06 October 2005" "" ""
.SH NAME
enable_irq \- enable interrupt handling on an irq
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void enable_irq (unsigned int \fIirq\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIirq\fB\fR
Interrupt to enable
.SH "DESCRIPTION"
.PP
Re-enables the processing of interrupts on this IRQ line
providing no disable_irq calls are now in effect.
.PP
This function may be called from IRQ context.