]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.h
Correct all header files for doxygen format and correct the license issue for VgaClas...
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciOptionRomSupport.h
CommitLineData
3db51098 1/**@file\r
ead42efc 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
3db51098 12**/\r
ead42efc 13\r
14#ifndef _EFI_PCI_OP_ROM_SUPPORT_H\r
15#define _EFI_PCI_OP_ROM_SUPPORT_H\r
16\r
17EFI_STATUS\r
18GetOpRomInfo (\r
19 IN PCI_IO_DEVICE *PciIoDevice\r
20 )\r
21/*++\r
22\r
23Routine Description:\r
24\r
25 TODO: Add function description\r
26\r
27Arguments:\r
28\r
29 PciIoDevice - TODO: add argument description\r
30\r
31Returns:\r
32\r
33 TODO: add return values\r
34\r
35--*/\r
36;\r
37\r
38EFI_STATUS\r
39LoadOpRomImage (\r
40 IN PCI_IO_DEVICE *PciDevice,\r
41 IN UINT64 RomBase\r
42 )\r
43/*++\r
44\r
45Routine Description:\r
46\r
47 TODO: Add function description\r
48\r
49Arguments:\r
50\r
51 PciDevice - TODO: add argument description\r
52 RomBase - TODO: add argument description\r
53\r
54Returns:\r
55\r
56 TODO: add return values\r
57\r
58--*/\r
59;\r
60\r
61EFI_STATUS\r
62RomDecode (\r
63 IN PCI_IO_DEVICE *PciDevice,\r
64 IN UINT8 RomBarIndex,\r
65 IN UINT32 RomBar,\r
66 IN BOOLEAN Enable\r
67 )\r
68/*++\r
69\r
70Routine Description:\r
71\r
72 TODO: Add function description\r
73\r
74Arguments:\r
75\r
76 PciDevice - TODO: add argument description\r
77 RomBarIndex - TODO: add argument description\r
78 RomBar - TODO: add argument description\r
79 Enable - TODO: add argument description\r
80\r
81Returns:\r
82\r
83 TODO: add return values\r
84\r
85--*/\r
86;\r
87\r
88EFI_STATUS\r
89ProcessOpRomImage (\r
90 PCI_IO_DEVICE *PciDevice\r
91 )\r
92/*++\r
93\r
94Routine Description:\r
95\r
96 TODO: Add function description\r
97\r
98Arguments:\r
99\r
100 PciDevice - TODO: add argument description\r
101\r
102Returns:\r
103\r
104 TODO: add return values\r
105\r
106--*/\r
107;\r
108\r
109#endif\r