root/arch/x86/include/asm/probe_roms.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef _PROBE_ROMS_H_
   3 #define _PROBE_ROMS_H_
   4 struct pci_dev;
   5 
   6 extern void __iomem *pci_map_biosrom(struct pci_dev *pdev);
   7 extern void pci_unmap_biosrom(void __iomem *rom);
   8 extern size_t pci_biosrom_size(struct pci_dev *pdev);
   9 #endif

/* [<][>][^][v][top][bottom][index][help] */