X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDebugPortDxe%2FDebugPort.h;h=3ce702dfa46b5a1588cffbd2b2d7a717dd10cdbf;hb=3f5287971ffdb5c42e3325a3a94c101f08d3a02a;hp=f1be4271d741bccc505cec1c604a2b9311eaf9cf;hpb=0254efc01e461445240512ae1a1c2fc48ed2f70e;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h index f1be4271d7..3ce702dfa4 100644 --- a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h +++ b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h @@ -1,8 +1,8 @@ /** @file Definitions and prototypes for DebugPort driver. -Copyright (c) 2006 - 2008, Intel Corporation.
-All rights reserved. This program and the accompanying materials +Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -52,7 +52,6 @@ typedef struct { UINT32 Signature; EFI_HANDLE DriverBindingHandle; EFI_HANDLE DebugPortDeviceHandle; - VOID *DebugPortVariable; EFI_DEVICE_PATH_PROTOCOL *DebugPortDevicePath; EFI_DEBUGPORT_PROTOCOL DebugPortInterface; @@ -281,7 +280,7 @@ DebugPortComponentNameGetDriverName ( driver specified by This was returned in DriverName. - @retval EFI_INVALID_PARAMETER ControllerHandle is not a valid EFI_HANDLE. + @retval EFI_INVALID_PARAMETER ControllerHandle is NULL. @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid EFI_HANDLE.