summaryrefslogtreecommitdiffstats
path: root/FatPkg/EnhancedFatDxe/Flush.c
diff options
context:
space:
mode:
Diffstat (limited to 'FatPkg/EnhancedFatDxe/Flush.c')
-rw-r--r--FatPkg/EnhancedFatDxe/Flush.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/FatPkg/EnhancedFatDxe/Flush.c b/FatPkg/EnhancedFatDxe/Flush.c
index e058fa4cf8..8228cda60d 100644
--- a/FatPkg/EnhancedFatDxe/Flush.c
+++ b/FatPkg/EnhancedFatDxe/Flush.c
@@ -1,6 +1,6 @@
/*++
-Copyright (c) 2005 - 2007, Intel Corporation
+Copyright (c) 2005 - 2009, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available
under the terms and conditions of the BSD License which accompanies this
distribution. The full text of the license may be found at
@@ -27,7 +27,7 @@ Revision History
EFI_STATUS
EFIAPI
FatFlush (
- IN EFI_FILE *FHand
+ IN EFI_FILE_PROTOCOL *FHand
)
/*++
@@ -86,7 +86,7 @@ Returns:
EFI_STATUS
EFIAPI
FatClose (
- IN EFI_FILE *FHand
+ IN EFI_FILE_PROTOCOL *FHand
)
/*++