]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/x86/include/asm/probe_roms.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / arch / x86 / include / asm / probe_roms.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
5d94e81f
DW
2#ifndef _PROBE_ROMS_H_
3#define _PROBE_ROMS_H_
4struct pci_dev;
5
6extern void __iomem *pci_map_biosrom(struct pci_dev *pdev);
7extern void pci_unmap_biosrom(void __iomem *rom);
8extern size_t pci_biosrom_size(struct pci_dev *pdev);
9#endif