]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Hash2DxeCrypto/Driver.h
SecurityPkg/TrEEPhysicalPresenceLib: remove TrEE.
[mirror_edk2.git] / SecurityPkg / Hash2DxeCrypto / Driver.h
index 771aedc1ed663b6b16c3d43a541677c929167342..9a1cd587da0af637a1bf7e1d7801ebf0d61bc94d 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This is definition for service binding for Hash driver.\r
 \r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under\r
 the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
@@ -57,6 +57,7 @@ typedef struct {
   EFI_HASH2_PROTOCOL               Hash2Protocol;\r
   VOID                             *HashContext;\r
   VOID                             *HashInfoContext;\r
+  BOOLEAN                          Updated;\r
 } HASH2_INSTANCE_DATA;\r
 \r
 #define HASH2_INSTANCE_DATA_FROM_THIS(a) \\r
@@ -86,7 +87,7 @@ typedef struct {
 \r
   @retval EFI_SUCCES                 The protocol was added to ChildHandle.\r
   @retval EFI_INVALID_PARAMETER      ChildHandle is NULL.\r
-  @retval EFI_OUT_OF_RESOURCES       There are not enough resources availabe to\r
+  @retval EFI_OUT_OF_RESOURCES       There are not enough resources available to\r
                                      create the child.\r
   @retval Others                     The child handle was not created.\r
 \r