summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/MnpDxe/ComponentName.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkPkg/MnpDxe/ComponentName.h')
-rw-r--r--NetworkPkg/MnpDxe/ComponentName.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/NetworkPkg/MnpDxe/ComponentName.h b/NetworkPkg/MnpDxe/ComponentName.h
index 201c6da11a..9718b60a8f 100644
--- a/NetworkPkg/MnpDxe/ComponentName.h
+++ b/NetworkPkg/MnpDxe/ComponentName.h
@@ -12,9 +12,9 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#include <Protocol/ComponentName.h>
#include <Protocol/ComponentName2.h>
-extern EFI_COMPONENT_NAME2_PROTOCOL gMnpComponentName2;
-extern EFI_COMPONENT_NAME_PROTOCOL gMnpComponentName;
-extern EFI_UNICODE_STRING_TABLE *gMnpControllerNameTable;
+extern EFI_COMPONENT_NAME2_PROTOCOL gMnpComponentName2;
+extern EFI_COMPONENT_NAME_PROTOCOL gMnpComponentName;
+extern EFI_UNICODE_STRING_TABLE *gMnpControllerNameTable;
/**
Retrieves a Unicode string that is the user readable name of the driver.
@@ -58,9 +58,9 @@ extern EFI_UNICODE_STRING_TABLE *gMnpControllerNameTable;
EFI_STATUS
EFIAPI
MnpComponentNameGetDriverName (
- IN EFI_COMPONENT_NAME_PROTOCOL *This,
- IN CHAR8 *Language,
- OUT CHAR16 **DriverName
+ IN EFI_COMPONENT_NAME_PROTOCOL *This,
+ IN CHAR8 *Language,
+ OUT CHAR16 **DriverName
);
/**
@@ -134,11 +134,11 @@ MnpComponentNameGetDriverName (
EFI_STATUS
EFIAPI
MnpComponentNameGetControllerName (
- IN EFI_COMPONENT_NAME_PROTOCOL *This,
- IN EFI_HANDLE ControllerHandle,
- IN EFI_HANDLE ChildHandle OPTIONAL,
- IN CHAR8 *Language,
- OUT CHAR16 **ControllerName
+ IN EFI_COMPONENT_NAME_PROTOCOL *This,
+ IN EFI_HANDLE ControllerHandle,
+ IN EFI_HANDLE ChildHandle OPTIONAL,
+ IN CHAR8 *Language,
+ OUT CHAR16 **ControllerName
);
#endif