]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EdkModulePkg/Universal/Console/GraphicsConsole/Dxe/ComponentName.h
Updated MSA by putting Specification element at the end of the header section
[mirror_edk2.git] / EdkModulePkg / Universal / Console / GraphicsConsole / Dxe / ComponentName.h
... / ...
CommitLineData
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 _GRAPHICS_CONSOLE_COMPONENT_NAME_H\r
24#define _GRAPHICS_CONSOLE_COMPONENT_NAME_H\r
25\r
26extern EFI_COMPONENT_NAME_PROTOCOL gGraphicsConsoleComponentName;\r
27\r
28//\r
29// EFI Component Name Functions\r
30//\r
31EFI_STATUS\r
32EFIAPI\r
33GraphicsConsoleComponentNameGetDriverName (\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
40EFI_STATUS\r
41EFIAPI\r
42GraphicsConsoleComponentNameGetControllerName (\r
43 IN EFI_COMPONENT_NAME_PROTOCOL *This,\r
44 IN EFI_HANDLE ControllerHandle,\r
45 IN EFI_HANDLE ChildHandle OPTIONAL,\r
46 IN CHAR8 *Language,\r
47 OUT CHAR16 **ControllerName\r
48 )\r
49;\r
50\r
51#endif\r