diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-12 07:20:10 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-12 07:20:10 +0000 |
commit | 584125bcba104b165a9886fb90d73fed03c6ec55 (patch) | |
tree | 55fe63ed386076c3299079a4428fb9d81d17b9b1 /MdePkg/Include/Library/FvbServiceLib.h | |
parent | 4a9cfab5a4fe92301d3431ba6cc3868edd4fe9c6 (diff) | |
download | edk2-platforms-584125bcba104b165a9886fb90d73fed03c6ec55.tar.xz |
code review's result.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5633 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/FvbServiceLib.h')
-rw-r--r-- | MdePkg/Include/Library/FvbServiceLib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/FvbServiceLib.h b/MdePkg/Include/Library/FvbServiceLib.h index 1618716f44..88d2587ff6 100644 --- a/MdePkg/Include/Library/FvbServiceLib.h +++ b/MdePkg/Include/Library/FvbServiceLib.h @@ -12,8 +12,8 @@ **/
-#ifndef __EDK_FVB_SERVICE_LIB_H__
-#define __EDK_FVB_SERVICE_LIB_H__
+#ifndef __FVB_SERVICE_LIB_H__
+#define __FVB_SERVICE_LIB_H__
/** Reads specified number of bytes into a buffer from the specified block.
@@ -38,7 +38,7 @@ EfiFvbReadBlock ( IN EFI_LBA Lba,
IN UINTN Offset,
IN OUT UINTN *NumBytes,
- IN UINT8 *Buffer
+ OUT UINT8 *Buffer
);
|