aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/probe_roms.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/probe_roms.h')
-rw-r--r--arch/x86/include/asm/probe_roms.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/include/asm/probe_roms.h b/arch/x86/include/asm/probe_roms.h
new file mode 100644
index 000000000000..4950a0b1d09c
--- /dev/null
+++ b/arch/x86/include/asm/probe_roms.h
@@ -0,0 +1,8 @@
1#ifndef _PROBE_ROMS_H_
2#define _PROBE_ROMS_H_
3struct pci_dev;
4
5extern void __iomem *pci_map_biosrom(struct pci_dev *pdev);
6extern void pci_unmap_biosrom(void __iomem *rom);
7extern size_t pci_biosrom_size(struct pci_dev *pdev);
8#endif