PCI_READ_ROM

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

pci_read_rom - read a PCI ROM  

SYNOPSIS

"SYNOPSIS"

ssize_t pci_read_rom (struct kobject * kobj, char * buf, loff_t off, size_t count);  

ARGUMENTS

kobj
kernel object handle
buf
where to put the data we read from the ROM
off
file offset
count
number of bytes to read
 

DESCRIPTION

Put count bytes starting at off into buf from the ROM in the PCI device corresponding to kobj.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:36 GMT, October 09, 2005