]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/ComponentName.h
Correct all header files for doxygen format and correct the license issue for VgaClas...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Console / VgaClassDxe / ComponentName.h
CommitLineData
3db51098 1/**@file\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
12**/\r
e081218d 13\r
14#ifndef _VGA_CLASS_COMPONENT_NAME_H\r
15#define _VGA_CLASS_COMPONENT_NAME_H\r
16\r
17#include <PiDxe.h>\r
18#include <Protocol/ComponentName.h>\r
19\r
20extern EFI_COMPONENT_NAME_PROTOCOL gVgaClassComponentName;\r
21\r
22//\r
23// EFI Component Name Functions\r
24//\r
25EFI_STATUS\r
26EFIAPI\r
27VgaClassComponentNameGetDriverName (\r
28 IN EFI_COMPONENT_NAME_PROTOCOL *This,\r
29 IN CHAR8 *Language,\r
30 OUT CHAR16 **DriverName\r
31 )\r
32/*++\r
33\r
34Routine Description:\r
35\r
36 GC_TODO: Add function description\r
37\r
38Arguments:\r
39\r
40 This - GC_TODO: add argument description\r
41 Language - GC_TODO: add argument description\r
42 DriverName - GC_TODO: add argument description\r
43\r
44Returns:\r
45\r
46 GC_TODO: add return values\r
47\r
48--*/\r
49;\r
50\r
51EFI_STATUS\r
52EFIAPI\r
53VgaClassComponentNameGetControllerName (\r
54 IN EFI_COMPONENT_NAME_PROTOCOL *This,\r
55 IN EFI_HANDLE ControllerHandle,\r
56 IN EFI_HANDLE ChildHandle OPTIONAL,\r
57 IN CHAR8 *Language,\r
58 OUT CHAR16 **ControllerName\r
59 )\r
60/*++\r
61\r
62Routine Description:\r
63\r
64 GC_TODO: Add function description\r
65\r
66Arguments:\r
67\r
68 This - GC_TODO: add argument description\r
69 ControllerHandle - GC_TODO: add argument description\r
70 ChildHandle - GC_TODO: add argument description\r
71 Language - GC_TODO: add argument description\r
72 ControllerName - GC_TODO: add argument description\r
73\r
74Returns:\r
75\r
76 GC_TODO: add return values\r
77\r
78--*/\r
79;\r
80\r
81#endif\r