diff options
Diffstat (limited to 'include/efiauthenticated.h')
| -rw-r--r-- | include/efiauthenticated.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/efiauthenticated.h b/include/efiauthenticated.h index f2bcefdb..d5c3204f 100644 --- a/include/efiauthenticated.h +++ b/include/efiauthenticated.h @@ -124,9 +124,15 @@ typedef struct { /* * Attributes of Authenticated Variable */ +#ifndef EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS #define EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS 0x00000010 +#endif +#ifndef EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS #define EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS 0x00000020 +#endif +#ifndef EFI_VARIABLE_APPEND_WRITE #define EFI_VARIABLE_APPEND_WRITE 0x00000040 +#endif /* * AuthInfo is a WIN_CERTIFICATE using the wCertificateType |
