.\" 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_READ_ROM" "9" "09 October 2005" "" ""
.SH NAME
pci_read_rom \- read a PCI ROM
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
ssize_t pci_read_rom (struct kobject * \fIkobj\fB, char * \fIbuf\fB, loff_t \fIoff\fB, size_t \fIcount\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIkobj\fB\fR
kernel object handle
.TP
\fB\fIbuf\fB\fR
where to put the data we read from the ROM
.TP
\fB\fIoff\fB\fR
file offset
.TP
\fB\fIcount\fB\fR
number of bytes to read
.SH "DESCRIPTION"
.PP
Put \fIcount\fR bytes starting at \fIoff\fR into \fIbuf\fR from the ROM in the PCI
device corresponding to \fIkobj\fR\&.