.\" 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" "9" "09 October 2005" "" "" .SH NAME enable_irq \- enable handling of 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 Undoes the effect of one call to \fBdisable_irq\fR\&. If this matches the last disable, processing of interrupts on this IRQ line is re-enabled. .PP This function may be called from IRQ context.