]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.h
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / PciBusNoEnumerationDxe / PciEnumeratorSupport.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 PciEnumeratorSupport.h\r
15 \r
16Abstract:\r
17\r
18 PCI Bus Driver\r
19\r
20Revision History\r
21\r
22--*/\r
23\r
24#ifndef _EFI_PCI_ENUMERATOR_SUPPORT_H\r
25#define _EFI_PCI_ENUMERATOR_SUPPORT_H\r
26\r
27#include "PciBus.h"\r
28\r
29EFI_STATUS\r
30PciPciDeviceInfoCollector (\r
31 IN PCI_IO_DEVICE *Bridge,\r
32 UINT8 StartBusNumber\r
33 )\r
34/*++\r
35\r
36Routine Description:\r
37\r
38 TODO: Add function description\r
39\r
40Arguments:\r
41\r
42 Bridge - TODO: add argument description\r
43 StartBusNumber - TODO: add argument description\r
44\r
45Returns:\r
46\r
47 TODO: add return values\r
48\r
49--*/\r
50;\r
51\r
52EFI_STATUS\r
53PciDevicePresent(\r
54 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *PciRootBridgeIo,\r
55 PCI_TYPE00 *Pci,\r
56 UINT8 Bus,\r
57 UINT8 Device,\r
58 UINT8 Func\r
59);\r
60\r
61EFI_STATUS\r
62PciEnumeratorLight (\r
63 IN EFI_HANDLE Controller\r
64 )\r
65/*++\r
66\r
67Routine Description:\r
68\r
69 TODO: Add function description\r
70\r
71Arguments:\r
72\r
73 Controller - TODO: add argument description\r
74\r
75Returns:\r
76\r
77 TODO: add return values\r
78\r
79--*/\r
80;\r
81\r
82EFI_STATUS\r
83PciGetBusRange (\r
a5f2a205 84 IN EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR **Descriptors,\r
10590588 85 OUT UINT16 *MinBus,\r
86 OUT UINT16 *MaxBus,\r
87 OUT UINT16 *BusRange\r
88 )\r
89/*++\r
90\r
91Routine Description:\r
92\r
93 TODO: Add function description\r
94\r
95Arguments:\r
96\r
97 Descriptors - TODO: add argument description\r
98 MinBus - TODO: add argument description\r
99 MaxBus - TODO: add argument description\r
100 BusRange - TODO: add argument description\r
101\r
102Returns:\r
103\r
104 TODO: add return values\r
105\r
106--*/\r
107;\r
108#endif\r