.\" 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 "PCI_DEV_PRESENT" "9" "09 October 2005" "" ""
.SH NAME
pci_dev_present \- Returns 1 if device matching the device list is present, 0 if not.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int pci_dev_present (const struct pci_device_id * \fIids\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIids\fB\fR
A pointer to a null terminated list of struct pci_device_id structures
that describe the type of PCI device the caller is trying to find.
.SH "OBVIOUS FACT"
.PP
You do not have a reference to any device that might be found
by this function, so if that device is removed from the system right after
this function is finished, the value will be stale. Use this function to
find devices that are usually built into a system, or for a general hint as
to if another device happens to be present at this specific moment in time.