Split wrapper functions into separate source files to reduce image code size

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@168 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bxing
2006-05-16 03:26:32 +00:00
parent 608fd3fd61
commit 24de7645e8
85 changed files with 4702 additions and 3174 deletions

View File

@@ -20,23 +20,7 @@
**/
/**
Set Buffer to Value for Size bytes.
@param Buffer Memory to set.
@param Size Number of bytes to set
@param Value Value of the set operation.
@return Buffer
**/
VOID *
EFIAPI
InternalMemSetMem (
OUT VOID *Buffer,
IN UINTN Length,
IN UINT8 Value
);
#include "MemLibInternals.h"
/**
Fills a target buffer with a 16-bit value, and returns the target buffer.