]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Driver.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Mtftp4Dxe / Mtftp4Driver.h
index 392ea51668995a42b1a8b7e9d2b0e79d00d7feb5..cd7675ec8196056bac10e15c9cacdc6d664ca525 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Mtftp drivers function header.\r
-  \r
-Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
+\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -26,6 +26,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 extern EFI_COMPONENT_NAME_PROTOCOL   gMtftp4ComponentName;\r
 extern EFI_COMPONENT_NAME2_PROTOCOL  gMtftp4ComponentName2;\r
 extern EFI_DRIVER_BINDING_PROTOCOL   gMtftp4DriverBinding;\r
+extern EFI_UNICODE_STRING_TABLE      *gMtftp4ControllerNameTable;\r
 \r
 /**\r
   Test whether MTFTP driver support this controller.\r
@@ -48,8 +49,8 @@ Mtftp4DriverBindingSupported (
   );\r
 \r
 /**\r
-  Start the MTFTP driver on this controller. \r
-  \r
+  Start the MTFTP driver on this controller.\r
+\r
   MTFTP driver will install a MTFTP SERVICE BINDING protocol on the supported\r
   controller, which can be used to create/destroy MTFTP children.\r
 \r
@@ -113,14 +114,14 @@ Mtftp4ServiceBindingCreateChild (
   );\r
 \r
 /**\r
-  Destory one of the service binding's child.\r
+  Destroy one of the service binding's child.\r
 \r
   @param  This                   The service binding instance\r
-  @param  ChildHandle            The child handle to destory\r
+  @param  ChildHandle            The child handle to destroy\r
 \r
   @retval EFI_INVALID_PARAMETER  The parameter is invaid.\r
-  @retval EFI_UNSUPPORTED        The child may have already been destoried.\r
-  @retval EFI_SUCCESS            The child is destoried and removed from the\r
+  @retval EFI_UNSUPPORTED        The child may have already been destroyed.\r
+  @retval EFI_SUCCESS            The child is destroyed and removed from the\r
                                  parent's child list.\r
 \r
 **/\r