summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/FvbServiceLib.h
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-22 09:33:34 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-22 09:33:34 +0000
commitd3a58e2ddfb301e90cdeb9d8996bc24d9b9ae2ea (patch)
tree538d03a3945b9366044315329442307bae1b84e6 /MdePkg/Include/Library/FvbServiceLib.h
parentd60db640558b78d9598c6d9c00935963c67d7188 (diff)
downloadedk2-platforms-d3a58e2ddfb301e90cdeb9d8996bc24d9b9ae2ea.tar.xz
Update the code to match spec for EfiFvbSetVolumeAttributes API.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3690 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/FvbServiceLib.h')
-rw-r--r--MdePkg/Include/Library/FvbServiceLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/FvbServiceLib.h b/MdePkg/Include/Library/FvbServiceLib.h
index 27b0f08822..19854753f4 100644
--- a/MdePkg/Include/Library/FvbServiceLib.h
+++ b/MdePkg/Include/Library/FvbServiceLib.h
@@ -119,8 +119,8 @@ EfiFvbGetVolumeAttributes (
**/
EFI_STATUS
EfiFvbSetVolumeAttributes (
- IN UINTN Instance,
- IN EFI_FVB_ATTRIBUTES Attributes
+ IN UINTN Instance,
+ IN OUT EFI_FVB_ATTRIBUTES *Attributes
);