]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Bus/Pci/PciBus/Dxe/PciRomTable.h
Updated MSA by putting Specification element at the end of the header section
[mirror_edk2.git] / EdkModulePkg / Bus / Pci / PciBus / Dxe / PciRomTable.h
CommitLineData
878ddf1f 1/*++\r
2\r
3Copyright (c) 2006, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
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
27VOID\r
28PciRomAddImageMapping (\r
29 IN EFI_HANDLE ImageHandle,\r
30 IN UINTN Seg,\r
31 IN UINT8 Bus,\r
32 IN UINT8 Dev,\r
33 IN UINT8 Func,\r
34 IN UINT64 RomAddress,\r
35 IN UINT64 RomLength\r
36 )\r
37/*++\r
38\r
39Routine Description:\r
40\r
41 TODO: Add function description\r
42\r
43Arguments:\r
44\r
45 ImageHandle - TODO: add argument description\r
46 Seg - TODO: add argument description\r
47 Bus - TODO: add argument description\r
48 Dev - TODO: add argument description\r
49 Func - TODO: add argument description\r
50 RomAddress - TODO: add argument description\r
51 RomLength - TODO: add argument description\r
52\r
53Returns:\r
54\r
55 TODO: add return values\r
56\r
57--*/\r
58;\r
59\r
60\r
61EFI_STATUS\r
62PciRomGetRomResourceFromPciOptionRomTable (\r
63 IN EFI_DRIVER_BINDING_PROTOCOL *This,\r
64 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *PciRootBridgeIo,\r
65 PCI_IO_DEVICE *PciIoDevice\r
66 )\r
67/*++\r
68\r
69Routine Description:\r
70\r
71 TODO: Add function description\r
72\r
73Arguments:\r
74\r
75 This - TODO: add argument description\r
76 PciRootBridgeIo - TODO: add argument description\r
77 PciIoDevice - TODO: add argument description\r
78\r
79Returns:\r
80\r
81 TODO: add return values\r
82\r
83--*/\r
84;\r
85\r
86EFI_STATUS\r
87PciRomGetImageMapping (\r
88 PCI_IO_DEVICE *PciIoDevice\r
89 )\r
90/*++\r
91\r
92Routine Description:\r
93\r
94 TODO: Add function description\r
95\r
96Arguments:\r
97\r
98 PciIoDevice - TODO: add argument description\r
99\r
100Returns:\r
101\r
102 TODO: add return values\r
103\r
104--*/\r
105;\r
106\r
107#endif\r