other versions
- stretch 4.9.168-1
 
| PCI_MAP_ROM(9) | Hardware Interfaces | PCI_MAP_ROM(9) | 
NAME¶
pci_map_rom - map a PCI ROM to kernel spaceSYNOPSIS¶
void __iomem * pci_map_rom(struct pci_dev * pdev, size_t * size);
ARGUMENTS¶
pdevpointer to pci device struct
size
pointer to receive size of pci window over ROM
RETURN¶
kernel virtual pointer to image of ROMMap a PCI ROM into kernel space. If ROM is boot video ROM, the shadow BIOS copy will be returned instead of the actual ROM.
COPYRIGHT¶
| April 2019 | Kernel Hackers Manual 4.9. |