summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h
diff options
context:
space:
mode:
authorniry <niry@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-08 04:47:41 +0000
committerniry <niry@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-08 04:47:41 +0000
commitc57273b0d88617dc88b065486c647c21757ce1a7 (patch)
tree3349e8f72ab9b9613897d5ab5ca9c800d5f8fcc3 /MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h
parent8578c9a1d1d1a4d677a0beb9a88b8b345df39464 (diff)
downloadedk2-platforms-c57273b0d88617dc88b065486c647c21757ce1a7.tar.xz
Change the file headers and some function comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7206 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h')
-rw-r--r--MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h14
1 files changed, 4 insertions, 10 deletions
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. <BR>
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
);