]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/ComponentName.h
Add ReadMe.txt to specify that the EFI image FatBinPkg provides does not contain...
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBus / Dxe / ComponentName.h
CommitLineData
ead42efc 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 ComponentName.h\r
15 \r
16Abstract:\r
17\r
18\r
19Revision History\r
20\r
21--*/\r
22\r
23#ifndef _EFI_PCI_BUS_COMPONENT_NAME_H\r
24#define _EFI_PCI_BUS_COMPONENT_NAME_H\r
25\r
26extern EFI_COMPONENT_NAME_PROTOCOL gPciBusComponentName;\r
27\r
28//\r
29// EFI Component Name Functions\r
30//\r
31EFI_STATUS\r
32EFIAPI\r
33PciBusComponentNameGetDriverName (\r
34 IN EFI_COMPONENT_NAME_PROTOCOL *This,\r
35 IN CHAR8 *Language,\r
36 OUT CHAR16 **DriverName\r
37 )\r
38/*++\r
39\r
40Routine Description:\r
41\r
42 TODO: Add function description\r
43\r
44Arguments:\r
45\r
46 This - TODO: add argument description\r
47 Language - TODO: add argument description\r
48 DriverName - TODO: add argument description\r
49\r
50Returns:\r
51\r
52 TODO: add return values\r
53\r
54--*/\r
55;\r
56\r
57EFI_STATUS\r
58EFIAPI\r
59PciBusComponentNameGetControllerName (\r
60 IN EFI_COMPONENT_NAME_PROTOCOL *This,\r
61 IN EFI_HANDLE ControllerHandle,\r
62 IN EFI_HANDLE ChildHandle OPTIONAL,\r
63 IN CHAR8 *Language,\r
64 OUT CHAR16 **ControllerName\r
65 )\r
66/*++\r
67\r
68Routine Description:\r
69\r
70 TODO: Add function description\r
71\r
72Arguments:\r
73\r
74 This - TODO: add argument description\r
75 ControllerHandle - TODO: add argument description\r
76 ChildHandle - TODO: add argument description\r
77 Language - TODO: add argument description\r
78 ControllerName - TODO: add argument description\r
79\r
80Returns:\r
81\r
82 TODO: add return values\r
83\r
84--*/\r
85;\r
86\r
87#endif\r