![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _PROBE_ROMS_H_ 0003 #define _PROBE_ROMS_H_ 0004 struct pci_dev; 0005 0006 extern void __iomem *pci_map_biosrom(struct pci_dev *pdev); 0007 extern void pci_unmap_biosrom(void __iomem *rom); 0008 extern size_t pci_biosrom_size(struct pci_dev *pdev); 0009 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |