mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcDebugLogLib: Update WaitForIndex contract
This commit is contained in:
parent
7ee178c049
commit
96e02f4007
@ -108,13 +108,13 @@ WaitForKeyPress (
|
||||
/**
|
||||
Obtains key index from user input.
|
||||
|
||||
@param TimeOutSeconds Timeout to wait for.
|
||||
@param[in] Time Timeout to wait for.
|
||||
|
||||
@returns key index [0, OC_INPUT_MAX), OC_INPUT_ABORTED, or OC_INPUT_INVALID.
|
||||
@returns key index [0, OC_INPUT_MAX), OC_INPUT_ABORTED, or OC_INPUT_INVALID, OC_INPUT_MAX.
|
||||
**/
|
||||
INTN
|
||||
WaitForKeyIndex (
|
||||
UINTN TimeOutSeconds
|
||||
IN UINTN Timeout
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
@ -66,7 +66,7 @@ WaitForKeyPress (
|
||||
|
||||
INTN
|
||||
WaitForKeyIndex (
|
||||
UINTN Timeout
|
||||
IN UINTN Timeout
|
||||
)
|
||||
{
|
||||
EFI_STATUS Status;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user