OcDebugLogLib: Update WaitForIndex contract

This commit is contained in:
vit9696 2019-09-02 02:50:16 +03:00
parent 7ee178c049
commit 96e02f4007
2 changed files with 4 additions and 4 deletions

View File

@ -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
);
/**

View File

@ -66,7 +66,7 @@ WaitForKeyPress (
INTN
WaitForKeyIndex (
UINTN Timeout
IN UINTN Timeout
)
{
EFI_STATUS Status;