X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FMnpDxe%2FMnpImpl.h;h=1bad9608936b2aa7fb5ce19841e1a2c0a8e416da;hp=7fa8bc8f74150fbed78109a0362d0d37cb5ad389;hb=c57273b0d88617dc88b065486c647c21757ce1a7;hpb=f3f2e05db8c89628498ec4efdb16184747824c63 diff --git a/MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h b/MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h index 7fa8bc8f74..1bad960893 100644 --- a/MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h +++ b/MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h @@ -1,6 +1,7 @@ /** @file - -Copyright (c) 2005 - 2008, Intel Corporation + Declaration of structures and functions of MnpDxe driver. + +Copyright (c) 2005 - 2008, 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 @@ -9,13 +10,6 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -Module Name: - - MnpImpl.h - -Abstract: - - **/ #ifndef _MNP_IMPL_H_ @@ -179,7 +173,7 @@ MnpTokenExist ( **/ EFI_STATUS MnpCancelTokens ( - IN NET_MAP *Map, + IN OUT NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Arg );