]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/PciBusNoEnumerationDxe/PciRomTable.h
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / DuetPkg / PciBusNoEnumerationDxe / PciRomTable.h
CommitLineData
10590588 1/*++\r
2\r
b1f700a8
HT
3Copyright (c) 2005 - 2006, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
10590588 5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 PciRomTable.h\r
15 \r
16Abstract:\r
17\r
18 Option Rom Support for PCI Bus Driver\r
19\r
20Revision History\r
21\r
22--*/\r
23\r
24#ifndef _EFI_PCI_ROM_TABLE_H\r
25#define _EFI_PCI_ROM_TABLE_H\r
26\r
27\r
28EFI_STATUS\r
29PciRomLoadEfiDriversFromOptionRomTable (\r
30 IN EFI_DRIVER_BINDING_PROTOCOL *This,\r
31 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *PciRootBridgeIo\r
32 );\r
33\r
34EFI_STATUS\r
35PciRomGetRomResourceFromPciOptionRomTable (\r
36 IN EFI_DRIVER_BINDING_PROTOCOL *This,\r
37 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *PciRootBridgeIo,\r
38 PCI_IO_DEVICE *PciIoDevice\r
39 )\r
40/*++\r
41\r
42Routine Description:\r
43\r
44 TODO: Add function description\r
45\r
46Arguments:\r
47\r
48 This - TODO: add argument description\r
49 PciRootBridgeIo - TODO: add argument description\r
50 PciIoDevice - TODO: add argument description\r
51\r
52Returns:\r
53\r
54 TODO: add return values\r
55\r
56--*/\r
57;\r
58#endif\r