mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
3c8b45c8ee
commit
5d7cee9d3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue