.\" 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 "PROCESSOR_PROBE" "9" "09 October 2005" "" ""
.SH NAME
processor_probe \- Determine if processor driver should claim this device.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int __init processor_probe (struct parisc_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
The device which has been found.
.SH "DESCRIPTION"
.PP
Determine if processor driver should claim this chip (return 0) or not
(return 1). If so, initialize the chip and tell other partners in crime
they have work to do.