X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=SecurityPkg%2FVariableAuthenticated%2FRuntimeDxe%2FAuthService.h;fp=SecurityPkg%2FVariableAuthenticated%2FRuntimeDxe%2FAuthService.h;h=e7a9a1f556be0940f61dbf01c5474a0f94470b8f;hb=785d84ead0d7bdba8214f445612eff6d169dea14;hp=7eb2a9d23c62c0cfe002feec577322c2bff9f9db;hpb=2445a70e62e5dd9678bfd29bed15e22343871803;p=mirror_edk2.git diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h b/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h index 7eb2a9d23c..e7a9a1f556 100644 --- a/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h +++ b/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h @@ -59,7 +59,8 @@ typedef struct { typedef enum { AuthVarTypePk, AuthVarTypeKek, - AuthVarTypePriv + AuthVarTypePriv, + AuthVarTypePayload } AUTHVAR_TYPE; #pragma pack(1)