Refine code to make code follow the coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11011 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -39,10 +39,6 @@
|
||||
|
||||
STATIC UINT64 mTscFrequency;
|
||||
|
||||
#ifndef R_ICH_ACPI_PM1_TMR
|
||||
#define R_ICH_ACPI_PM1_TMR R_ACPI_PM1_TMR
|
||||
#endif
|
||||
|
||||
/** The constructor function determines the actual TSC frequency.
|
||||
|
||||
The TSC counting frequency is determined by comparing how far it counts
|
||||
@@ -108,7 +104,6 @@ TscTimerLibConstructor (
|
||||
@param[in] Delay A period of time to delay in ticks.
|
||||
|
||||
**/
|
||||
STATIC
|
||||
VOID
|
||||
InternalX86Delay (
|
||||
IN UINT64 Delay
|
||||
|
Reference in New Issue
Block a user