1. Refine debug agent library.

2. DxeCore and DxeIpl consume debug agent library. 

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10119 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2010-02-27 17:04:12 +00:00
parent 53f3249595
commit e7af83aece
8 changed files with 61 additions and 37 deletions

View File

@ -32,20 +32,23 @@ InitializeDebugAgent (
}
/**
Enable/Disable the interrupt of debug timer.
Enable/Disable the interrupt of debug timer and return the interrupt state
prior to the operation.
If EnableStatus is TRUE, enable the interrupt of debug timer.
If EnableStatus is FALSE, disable the interrupt of debug timer.
@param[in] EnableStatus Enable/Disable.
@return FALSE always.
**/
VOID
BOOLEAN
EFIAPI
SetDebugTimerInterrupt (
SaveAndSetDebugTimerInterrupt (
IN BOOLEAN EnableStatus
)
{
return FALSE;
}