mirror of https://github.com/acidanthera/audk.git
Coding style refinement.
Signed-off-by: erictian Reviewed-by: ydong10 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12396 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5c5afa7265
commit
125887e7e8
|
@ -205,7 +205,6 @@ UsbHubCtrlClearTTBuffer (
|
|||
|
||||
@param HubDev The hub device.
|
||||
@param Buf The buffer to hold the descriptor.
|
||||
@param Len The length to retrieve.
|
||||
|
||||
@retval EFI_SUCCESS The hub descriptor is retrieved.
|
||||
@retval Others Failed to retrieve the hub descriptor.
|
||||
|
|
|
@ -12,6 +12,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
**/
|
||||
|
||||
#ifndef _EFI_USBMASS_DISKINFO_H_
|
||||
#define _EFI_USBMASS_DISKINFO_H_
|
||||
|
||||
/**
|
||||
Initialize the installation of DiskInfo protocol.
|
||||
|
||||
|
@ -123,3 +126,4 @@ UsbDiskInfoWhichIde (
|
|||
OUT UINT32 *IdeDevice
|
||||
);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue