#include <Base.h>\r
#include <Library/TimerLib.h>\r
#include <Library/BaseLib.h>\r
-#include <Library/IoLib.h>\r
-#include <Library/DebugLib.h>\r
-#include <Library/PcdLib.h>\r
#include <Library/PalCallLib.h>\r
\r
\r
#include <Library/TimerLib.h>\r
#include <Library/BaseLib.h>\r
#include <Library/IoLib.h>\r
-#include <Library/DebugLib.h>\r
#include <Library/PcdLib.h>\r
\r
\r
/**\r
Internal function to retrieve the base address of local APIC.\r
\r
- Internal function to retrieve the base address of local APIC.\r
-\r
@return The base address of local APIC\r
\r
**/\r
/**\r
Internal function to return the frequency of the local APIC timer.\r
\r
- Internal function to return the frequency of the local APIC timer.\r
-\r
@param ApicBase The base address of memory mapped registers of local APIC.\r
\r
@return The frequency of the timer in Hz.\r
/**\r
Internal function to read the current tick counter of local APIC.\r
\r
- Internal function to read the current tick counter of local APIC.\r
-\r
@param ApicBase The base address of memory mapped registers of local APIC.\r
\r
@return The tick counter read.\r