X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FPpi%2FReadOnlyVariable.h;h=87d2dc35e665d17b7b04cf76ad5102f8cd87dcb7;hb=ce9b1e3ae0bdcf8f926ea5132f0bd34e7d384973;hp=d99de161a73da905f9d6367ddb70d48b6fa0bb7b;hpb=22be261ccf878f9d9835fd3ba5ef1f8628d08256;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h b/IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h index d99de161a7..87d2dc35e6 100644 --- a/IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h +++ b/IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h @@ -1,5 +1,5 @@ /** @file - This file declares Read-only Variable Service PPI, which is required PPI by framework spec. + This file declares the Read-only Variable Service PPI, which is required by the framework spec. These services provide a lightweight, read-only variant of the full EFI variable services. The reason that these services are read-only is to reduce the complexity of flash management. Also, @@ -37,11 +37,11 @@ typedef struct _EFI_PEI_READ_ONLY_VARIABLE_PPI EFI_PEI_READ_ONLY_VARIABLE_PPI; #define EFI_VARIABLE_NON_VOLATILE 0x00000001 #define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002 #define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004 - /** - /// Inconsistent with specification here: - /// In Framework Spec, PeiCis0.91, neither the macro or its value is defined. - /// Keeping this inconsistancy for backward compatibility. - **/ +/// +/// Inconsistent with specification here: +/// In Framework Spec, PeiCis0.91, neither the macro or its value is defined. +/// Keeping this inconsistancy for backward compatibility. +/// #define EFI_VARIABLE_READ_ONLY 0x00000008 ///@} @@ -79,7 +79,7 @@ EFI_STATUS /** This function can be called multiple times to retrieve the VariableName and VendorGuid of all variables currently available in the system. On each call - to GetNextVariableName() the previous results are passed into the interface, + to GetNextVariableName(), the previous results are passed into the interface, and on output the interface returns the next variable name data. When the entire variable list has been returned, the error EFI_NOT_FOUND is returned.