diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-12-08 13:15:22 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-12-09 11:02:07 +0800 |
commit | 5d7cee9d3c3e15fd6ad87910d96c87e5aec12360 (patch) | |
tree | f3c56cbb809cb95c9ee3aaf448c390bb75032676 /FatPkg | |
parent | 3c8b45c8ee23af2ff35e2492c24c77ff10743ab6 (diff) | |
download | edk2-5d7cee9d3c3e15fd6ad87910d96c87e5aec12360.tar.gz edk2-5d7cee9d3c3e15fd6ad87910d96c87e5aec12360.tar.bz2 edk2-5d7cee9d3c3e15fd6ad87910d96c87e5aec12360.zip |
FatPkg/EnhancedFatDxe: Make function prototype align with definition
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'FatPkg')
-rw-r--r-- | FatPkg/EnhancedFatDxe/Info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FatPkg/EnhancedFatDxe/Info.c b/FatPkg/EnhancedFatDxe/Info.c index 858b3f4a3e..aa1b0f245c 100644 --- a/FatPkg/EnhancedFatDxe/Info.c +++ b/FatPkg/EnhancedFatDxe/Info.c @@ -34,8 +34,8 @@ FatGetVolumeInfo ( EFI_STATUS
FatSetVolumeInfo (
IN FAT_VOLUME *Volume,
- IN OUT UINTN BufferSize,
- OUT VOID *Buffer
+ IN UINTN BufferSize,
+ IN VOID *Buffer
);
EFI_STATUS
|