Fix missing include header file and fix typo in comment.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5110 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-04-22 06:12:08 +00:00
parent 7459094d5f
commit 01aef47bbe
13 changed files with 43 additions and 37 deletions

View File

@@ -2064,7 +2064,7 @@ DivS64x64Remainder (
If the Buffer is NULL, then ASSERT().
@param Buffer Pointer to a 16-bit value that may be unaligned.
@param Uint16 Pointer to a 16-bit value that may be unaligned.
@return *Uint16
@@ -2085,7 +2085,7 @@ ReadUnaligned16 (
If the Buffer is NULL, then ASSERT().
@param Buffer Pointer to a 16-bit value that may be unaligned.
@param Uint16 Pointer to a 16-bit value that may be unaligned.
@param Value 16-bit value to write to Buffer.
@return Value
@@ -2150,7 +2150,7 @@ WriteUnaligned24 (
If the Buffer is NULL, then ASSERT().
@param Buffer Pointer to a 32-bit value that may be unaligned.
@param Uint32 Pointer to a 32-bit value that may be unaligned.
@return *Uint32
@@ -2171,7 +2171,7 @@ ReadUnaligned32 (
If the Buffer is NULL, then ASSERT().
@param Buffer Pointer to a 32-bit value that may be unaligned.
@param Uint32 Pointer to a 32-bit value that may be unaligned.
@param Value 32-bit value to write to Buffer.
@return Value
@@ -2193,7 +2193,7 @@ WriteUnaligned32 (
If the Buffer is NULL, then ASSERT().
@param Buffer Pointer to a 64-bit value that may be unaligned.
@param Uint64 Pointer to a 64-bit value that may be unaligned.
@return *Uint64
@@ -2214,7 +2214,7 @@ ReadUnaligned64 (
If the Buffer is NULL, then ASSERT().
@param Buffer Pointer to a 64-bit value that may be unaligned.
@param Uint64 Pointer to a 64-bit value that may be unaligned.
@param Value 64-bit value to write to Buffer.
@return Value