License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / arch / x86 / include / asm / probe_roms.h
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