diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-05 06:59:50 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-05 06:59:50 +0000 |
commit | bad463843cc0ccef85901fa5f08ea498994f3c5f (patch) | |
tree | a97a2d43130bbacb52d41e856687ac4f19a1e8b6 /MdePkg/Library/PeiMemoryLib/MemLibGuid.c | |
parent | af05f8b667db383a68e7d37ae502755b662bdd70 (diff) | |
download | edk2-platforms-bad463843cc0ccef85901fa5f08ea498994f3c5f.tar.xz |
Add inf files for PeiSmbusLibSmbus2, PeiDxePostCodeLibReportStatusCode, PeiMemoryLib and DxeSmbusLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3066 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiMemoryLib/MemLibGuid.c')
-rw-r--r-- | MdePkg/Library/PeiMemoryLib/MemLibGuid.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MdePkg/Library/PeiMemoryLib/MemLibGuid.c b/MdePkg/Library/PeiMemoryLib/MemLibGuid.c index 36da5b7424..a2f0850c75 100644 --- a/MdePkg/Library/PeiMemoryLib/MemLibGuid.c +++ b/MdePkg/Library/PeiMemoryLib/MemLibGuid.c @@ -23,6 +23,8 @@ **/
+#include "MemLibInternals.h"
+
/**
Copies a source GUID to a destination GUID.
@@ -102,7 +104,7 @@ CompareGuid ( If Length > 0 and Buffer is NULL, then ASSERT().
If Buffer is not aligned on a 32-bit boundary, then ASSERT().
If Length is not aligned on a 128-bit boundary, then ASSERT().
- If Length is greater than (MAX_ADDRESS ? Buffer + 1), then ASSERT().
+ If Length is greater than (MAX_ADDRESS ? Buffer + 1), then ASSERT().
@param Buffer Pointer to the target buffer to scan.
@param Length Number of bytes in Buffer to scan.
|