Added CONST for some sting type to follow MWG-0.51. Tracker 26 and 28

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@64 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2006-04-27 07:19:27 +00:00
parent eb7a248b1e
commit 9b65a1b81e
1 changed files with 5 additions and 5 deletions

View File

@ -30,8 +30,8 @@
VOID
EFIAPI
DebugPrint (
IN UINTN ErrorLevel,
IN CHAR8 *Format,
IN UINTN ErrorLevel,
IN CONST CHAR8 *Format,
...
)
{
@ -113,9 +113,9 @@ DebugPrint (
VOID
EFIAPI
DebugAssert (
IN CHAR8 *FileName,
IN INTN LineNumber,
IN CHAR8 *Description
IN CONST CHAR8 *FileName,
IN INTN LineNumber,
IN CONST CHAR8 *Description
)
{
UINT64 Buffer[EFI_STATUS_CODE_DATA_MAX_SIZE / sizeof(UINT64)];