mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 06:34:30 +02:00
fixed comments problem.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4619 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3549724b39
commit
392d56cf4e
@ -112,7 +112,7 @@ ON_INVAILD_PARAMETER:
|
|||||||
/**
|
/**
|
||||||
Retrieves current state of the USB host controller according to UEFI 2.0 spec.
|
Retrieves current state of the USB host controller according to UEFI 2.0 spec.
|
||||||
|
|
||||||
@param This A pointer to the EFI_USB_HC_PROTOCOL instance.
|
@param This A pointer to the EFI_USB2_HC_PROTOCOL instance.
|
||||||
@param State Variable to receive current device state
|
@param State Variable to receive current device state
|
||||||
|
|
||||||
@return EFI_SUCCESS : The state is returned
|
@return EFI_SUCCESS : The state is returned
|
||||||
@ -158,7 +158,7 @@ Uhci2GetState (
|
|||||||
/**
|
/**
|
||||||
Sets the USB host controller to a specific state according to UEFI 2.0 spec.
|
Sets the USB host controller to a specific state according to UEFI 2.0 spec.
|
||||||
|
|
||||||
@param This A pointer to the EFI_USB_HC_PROTOCOL instance.
|
@param This A pointer to the EFI_USB2_HC_PROTOCOL instance.
|
||||||
@param State Indicates the state of the host controller that will
|
@param State Indicates the state of the host controller that will
|
||||||
be set.
|
be set.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user