.\" 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 "PROBE_INTR" "" "06 October 2005" "" ""
.SH NAME
probe_intr \- helper for IRQ autoprobe
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
irqreturn_t __init probe_intr (int \fIirq\fB, void * \fIdev_id\fB, struct pt_regs * \fIregs\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIirq\fB\fR
interrupt number
.TP
\fB\fIdev_id\fB\fR
unused
.TP
\fB\fIregs\fB\fR
unused
.SH "DESCRIPTION"
.PP
Set a flag to indicate the IRQ in question was received. This is
used by the IRQ probe code.