mirror of https://github.com/acidanthera/audk.git
Add missing parameter in function header.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17125 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c8a2836a82
commit
99b987347f
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
Initialize CPU local APIC timer.
|
||||
|
||||
@param[out] Local APIC timer frequency returned.
|
||||
@param[out] TimerFrequency Local APIC timer frequency returned.
|
||||
|
||||
@return 32-bit Local APIC timer init count.
|
||||
**/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
/**
|
||||
Initialize CPU local APIC timer.
|
||||
|
||||
@param[out] Local APIC timer frequency returned.
|
||||
@param[out] TimerFrequency Local APIC timer frequency returned.
|
||||
|
||||
@return 32-bit Local APIC timer init count.
|
||||
**/
|
||||
|
|
Loading…
Reference in New Issue