summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
diff options
context:
space:
mode:
authorywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-10 02:10:34 +0000
committerywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-10 02:10:34 +0000
commitd272bf7d03ecc02a274cc5c8ae6549c0840dce2b (patch)
tree98c2232799866fa4edf0cb40ad5ba848fce9546d /MdeModulePkg/Universal
parent669314e58ea3a52a1e0140f5e5edc313003fd8a0 (diff)
downloadedk2-d272bf7d03ecc02a274cc5c8ae6549c0840dce2b.zip
edk2-d272bf7d03ecc02a274cc5c8ae6549c0840dce2b.tar.gz
edk2-d272bf7d03ecc02a274cc5c8ae6549c0840dce2b.tar.bz2
update file header
update function header delete useless #include "IScsiConfigNVDataStruc.h" git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6943 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal')
-rw-r--r--MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h39
1 files changed, 12 insertions, 27 deletions
diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h
index eedad99..e4f2645 100644
--- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h
+++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h
@@ -1,7 +1,7 @@
/** @file
- The header file of IScsiConfig.c
+ The header file of IScsiConfig.c.
-Copyright (c) 2004 - 2008, Intel Corporation
+Copyright (c) 2004 - 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
@@ -10,14 +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:
-
- IScsiConfig.h
-
-Abstract:
-
- The header file of IScsiConfig.c
-
**/
#ifndef _ISCSI_CONFIG_H_
@@ -30,7 +22,6 @@ Abstract:
#include <Library/DebugLib.h>
#include <Library/BaseLib.h>
#include <Library/NetLib.h>
-#include "IScsiConfigNVDataStruc.h"
extern UINT8 IScsiConfigDxeBin[];
extern UINT8 IScsiDxeStrings[];
@@ -90,16 +81,13 @@ typedef struct _ISCSI_FORM_CALLBACK_INFO {
Updates the iSCSI configuration form to add/delete an entry for the iSCSI
device specified by the Controller.
- @param DriverBindingHandle[in] The driverbinding handle.
-
- @param Controller[in] The controller handle of the iSCSI device.
-
- @param AddForm[in] Whether to add or delete a form entry.
+ @param[in] DriverBindingHandle The driverbinding handle.
+ @param[in] Controller The controller handle of the iSCSI device.
+ @param[in] AddForm Whether to add or delete a form entry.
@retval EFI_SUCCESS The iSCSI configuration form is updated.
-
@retval EFI_OUT_OF_RESOURCES Failed to allocate memory.
-
+ @retval Others Some unexpected errors happened.
**/
EFI_STATUS
IScsiConfigUpdateForm (
@@ -111,12 +99,11 @@ IScsiConfigUpdateForm (
/**
Initialize the iSCSI configuration form.
- @param DriverBindingHandle[in] The iSCSI driverbinding handle.
-
- @retval EFI_SUCCESS The iSCSI configuration form is initialized.
-
- @retval EFI_OUT_OF_RESOURCES Failed to allocate memory.
+ @param[in] DriverBindingHandle The iSCSI driverbinding handle.
+ @retval EFI_SUCCESS The iSCSI configuration form is initialized.
+ @retval EFI_OUT_OF_RESOURCES Failed to allocate memory.
+ @retval Others Some unexpected error happened.
**/
EFI_STATUS
IScsiConfigFormInit (
@@ -128,12 +115,10 @@ IScsiConfigFormInit (
device configuration entries, uninstall the form callback protocol and
free the resources used.
- @param DriverBindingHandle[in] The iSCSI driverbinding handle.
-
+ @param[in] DriverBindingHandle The iSCSI driverbinding handle.
+
@retval EFI_SUCCESS The iSCSI configuration form is unloaded.
-
@retval EFI_OUT_OF_RESOURCES Failed to allocate memory.
-
**/
EFI_STATUS
IScsiConfigFormUnload (