]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IScsiDxe/IScsiConfig.h
MdeModulePkg-DxeCore: rename CoreGetMemoryMapPropertiesTable
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiConfig.h
index df0c7539e4ad4416a8edc485a23f3d7d60650ba1..daa0d343828a07cbc1ed55509c27410c4e7c8167 100644 (file)
@@ -2,7 +2,7 @@
   The header file of functions for configuring or getting the parameters\r
   relating to iSCSI.\r
 \r
-Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2015, 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
@@ -23,7 +23,6 @@ typedef struct _ISCSI_FORM_CALLBACK_INFO ISCSI_FORM_CALLBACK_INFO;
 extern UINT8                       IScsiConfigVfrBin[];\r
 extern UINT8                       IScsiDxeStrings[];\r
 extern ISCSI_FORM_CALLBACK_INFO    *mCallbackInfo;\r
-extern EFI_GUID                    mVendorGuid;\r
 \r
 \r
 #define VAR_OFFSET(Field)    \\r
@@ -79,7 +78,7 @@ struct _ISCSI_ATTEMPT_CONFIG_NVDATA {
   union {\r
     ISCSI_CHAP_AUTH_CONFIG_NVDATA  CHAP;\r
   } AuthConfigData;\r
-\r
+  BOOLEAN                          AutoConfigureSuccess;\r
 };\r
 \r
 ///\r