Add the detailed descriptions for the structure data member in these protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6935 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -418,9 +418,9 @@ EFI_STATUS
|
||||
OUT UINT32 *AuthenticationStatus
|
||||
);
|
||||
|
||||
//
|
||||
// EFI_FV_WRITE_POLICY
|
||||
//
|
||||
///
|
||||
/// EFI_FV_WRITE_POLICY, two policies (unreliable write and reliable write) are defined.
|
||||
///
|
||||
typedef UINT32 EFI_FV_WRITE_POLICY;
|
||||
#define EFI_FV_UNRELIABLE_WRITE 0x00000000
|
||||
#define EFI_FV_RELIABLE_WRITE 0x00000001
|
||||
|
Reference in New Issue
Block a user