X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FEmuVariable%2FRuntimeDxe%2FVariable.h;fp=EdkModulePkg%2FUniversal%2FEmuVariable%2FRuntimeDxe%2FVariable.h;h=4c2a468c4d55672b3d127c1ac1d1b31dcfc56464;hb=6ed71dcc327e0b52e262192bd737a40fc16ea526;hp=bf21a3e86d96ea8ed6735c6c39af04f95bfa56af;hpb=c094abe5852057ef47941d8de3af20b2286cd822;p=mirror_edk2.git diff --git a/EdkModulePkg/Universal/EmuVariable/RuntimeDxe/Variable.h b/EdkModulePkg/Universal/EmuVariable/RuntimeDxe/Variable.h index bf21a3e86d..4c2a468c4d 100644 --- a/EdkModulePkg/Universal/EmuVariable/RuntimeDxe/Variable.h +++ b/EdkModulePkg/Universal/EmuVariable/RuntimeDxe/Variable.h @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2006, Intel Corporation +Copyright (c) 2006 - 2007, 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 @@ -65,10 +65,11 @@ typedef struct { typedef struct { EFI_PHYSICAL_ADDRESS VolatileVariableBase; EFI_PHYSICAL_ADDRESS NonVolatileVariableBase; + EFI_LOCK VariableServicesLock; } VARIABLE_GLOBAL; typedef struct { - VARIABLE_GLOBAL VariableBase[2]; + VARIABLE_GLOBAL VariableGlobal[2]; UINTN VolatileLastVariableOffset; UINTN NonVolatileLastVariableOffset; UINT32 FvbInstance;