X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fpci_rom.h;h=895c9627f4d7294967090f70650d0a53b0faadde;hb=d789a8259e3b3b77e3eb2b090373ab2cbc225629;hp=2f1665d17ac90608964bf4e41ae547c4fb32275c;hpb=e1cc4d31f889428a4ca73120951389c756404184;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/pci_rom.h b/include/pci_rom.h index 2f1665d..895c962 100644 --- a/include/pci_rom.h +++ b/include/pci_rom.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * From coreboot file of same name - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _PCI_ROM_H @@ -44,14 +43,14 @@ enum pci_rom_emul { }; /** - * pci_run_vga_bios() - Run the VGA BIOS in an x86 PC + * dm_pci_run_vga_bios() - Run the VGA BIOS in an x86 PC * * @dev: Video device containing the BIOS * @int15_handler: Function to call to handle int 0x15 * @exec_method: flags from enum pci_rom_emul */ -int pci_run_vga_bios(pci_dev_t dev, int (*int15_handler)(void), - int exec_method); +int dm_pci_run_vga_bios(struct udevice *dev, int (*int15_handler)(void), + int exec_method); /** * board_map_oprom_vendev() - map several PCI IDs to the one the ROM expects