mirror of https://github.com/acidanthera/audk.git
Should use uppercase character for return value's comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6698 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9504e2cdd3
commit
98ea597bfb
|
@ -48,7 +48,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
@param Arg3 The 3rd parameter for PAL procedure calls.
|
||||
@param Arg4 The 4th parameter for PAL procedure calls.
|
||||
|
||||
@return structure returned from the PAL Call procedure, including the status and return value.
|
||||
@return Structure returned from the PAL Call procedure, including the status and return value.
|
||||
|
||||
**/
|
||||
PAL_CALL_RETURN
|
||||
|
|
|
@ -188,6 +188,12 @@ UsbGetIdleRequest (
|
|||
/**
|
||||
Set the report descriptor of the specified USB HID interface.
|
||||
|
||||
Submit a USB set HID report request for the USB device specified by UsbIo,
|
||||
Interface, ReportId, and ReportType, and set the report descriptor using the
|
||||
buffer specified by ReportLength and Report.
|
||||
If UsbIo is NULL, then ASSERT().
|
||||
If Report is NULL, then ASSERT().
|
||||
|
||||
@param UsbIo A pointer to the USB I/O Protocol instance for the specific USB target.
|
||||
@param Interface The index of the report interface on the USB target.
|
||||
@param ReportId The identifier of the report to retrieve.
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
@param Arg3 The 3rd parameter for PAL procedure calls.
|
||||
@param Arg4 The 4th parameter for PAL procedure calls.
|
||||
|
||||
@return structure returned from the PAL Call procedure, including the status and return value.
|
||||
@return Structure returned from the PAL Call procedure, including the status and return value.
|
||||
|
||||
**/
|
||||
PAL_CALL_RETURN
|
||||
|
|
|
@ -47,7 +47,7 @@ UINT64 mPalProcEntry;
|
|||
@param Arg3 The 3rd parameter for PAL procedure calls.
|
||||
@param Arg4 The 4th parameter for PAL procedure calls.
|
||||
|
||||
@return structure returned from the PAL Call procedure, including the status and return value.
|
||||
@return Structure returned from the PAL Call procedure, including the status and return value.
|
||||
|
||||
**/
|
||||
PAL_CALL_RETURN
|
||||
|
|
Loading…
Reference in New Issue