]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/ComponentName.h
Add in VgaClassDxe
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Console / VgaClassDxe / ComponentName.h
CommitLineData
e081218d 1/*++\r
2\r
3Copyright (c) 2006, Intel Corporation. All rights reserved.\r
4This software and associated documentation (if any) is furnished\r
5under a license and may only be used or copied in accordance\r
6with the terms of the license. Except as permitted by such\r
7license, no part of this software or documentation may be\r
8reproduced, stored in a retrieval system, or transmitted in any\r
9form or by any means without the express written consent of\r
10Intel Corporation.\r
11\r
12\r
13Module Name:\r
14\r
15 ComponentName.h\r
16\r
17Abstract:\r
18\r
19\r
20Revision History\r
21--*/\r
22\r
23#ifndef _VGA_CLASS_COMPONENT_NAME_H\r
24#define _VGA_CLASS_COMPONENT_NAME_H\r
25\r
26#include <PiDxe.h>\r
27#include <Protocol/ComponentName.h>\r
28\r
29extern EFI_COMPONENT_NAME_PROTOCOL gVgaClassComponentName;\r
30\r
31//\r
32// EFI Component Name Functions\r
33//\r
34EFI_STATUS\r
35EFIAPI\r
36VgaClassComponentNameGetDriverName (\r
37 IN EFI_COMPONENT_NAME_PROTOCOL *This,\r
38 IN CHAR8 *Language,\r
39 OUT CHAR16 **DriverName\r
40 )\r
41/*++\r
42\r
43Routine Description:\r
44\r
45 GC_TODO: Add function description\r
46\r
47Arguments:\r
48\r
49 This - GC_TODO: add argument description\r
50 Language - GC_TODO: add argument description\r
51 DriverName - GC_TODO: add argument description\r
52\r
53Returns:\r
54\r
55 GC_TODO: add return values\r
56\r
57--*/\r
58;\r
59\r
60EFI_STATUS\r
61EFIAPI\r
62VgaClassComponentNameGetControllerName (\r
63 IN EFI_COMPONENT_NAME_PROTOCOL *This,\r
64 IN EFI_HANDLE ControllerHandle,\r
65 IN EFI_HANDLE ChildHandle OPTIONAL,\r
66 IN CHAR8 *Language,\r
67 OUT CHAR16 **ControllerName\r
68 )\r
69/*++\r
70\r
71Routine Description:\r
72\r
73 GC_TODO: Add function description\r
74\r
75Arguments:\r
76\r
77 This - GC_TODO: add argument description\r
78 ControllerHandle - GC_TODO: add argument description\r
79 ChildHandle - GC_TODO: add argument description\r
80 Language - GC_TODO: add argument description\r
81 ControllerName - GC_TODO: add argument description\r
82\r
83Returns:\r
84\r
85 GC_TODO: add return values\r
86\r
87--*/\r
88;\r
89\r
90#endif\r