From d3a58e2ddfb301e90cdeb9d8996bc24d9b9ae2ea Mon Sep 17 00:00:00 2001 From: qwang12 Date: Wed, 22 Aug 2007 09:33:34 +0000 Subject: 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 --- MdePkg/Include/Library/FvbServiceLib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg/Include') 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 ); -- cgit v1.2.3