2 * Copyright (C) 1996-1999 SciTech Software, Inc.
4 * SPDX-License-Identifier: GPL-2.0
10 /* Include the register header directly here */
11 #include "../drivers/bios_emulator/include/x86emu/regs.h"
13 /****************************************************************************
15 Data structure used to describe the details for the BIOS emulator system
16 environment as used by the X86 emulator library.
22 vgaInfo - VGA BIOS information structure
23 biosmem_base - Base of the BIOS image
24 biosmem_limit - Limit of the BIOS image
25 busmem_base - Base of the VGA bus memory
26 ****************************************************************************/
41 int BootVideoCardBIOS(pci_dev_t pcidev, BE_VGAInfo **pVGAInfo, int cleanUp);