PCI_UNMAP_ROM
Section: Hardware Interfaces (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
pci_unmap_rom - unmap the ROM from kernel space
 
SYNOPSIS
- 
void pci_unmap_rom(struct pci_dev * pdev, void __iomem * rom);
ARGUMENTS
pdev
- 
- pointer to pci device struct
rom
- 
virtual address of the previous mapping
DESCRIPTION
Remove a mapping of a previously mapped ROM
 
COPYRIGHT