X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PcAtChipsetPkg%2FBus%2FPci%2FIdeControllerDxe%2FIdeController.h;h=79763496ee7df9fc991066a652e6a9798866cf3f;hb=24115e44926b33c763f81026690f20efd913daf2;hp=581361d24f3b8f08449177ee4e9811d23873a4b0;hpb=36b4e01a25a4abb68cdac3d40fd2c08c3f3722c4;p=mirror_edk2.git diff --git a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.h b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.h index 581361d24f..79763496ee 100644 --- a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.h +++ b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.h @@ -12,8 +12,8 @@ **/ -#ifndef _IDE_CONTROLLER_H -#define _IDE_CONTROLLER_H +#ifndef _IDE_CONTROLLER_H_ +#define _IDE_CONTROLLER_H_ #include #include @@ -155,7 +155,7 @@ EFIAPI IdeInitNotifyPhase ( IN EFI_IDE_CONTROLLER_INIT_PROTOCOL *This, IN EFI_IDE_CONTROLLER_ENUM_PHASE Phase, - OUT UINT8 Channel + IN UINT8 Channel ) ; @@ -219,7 +219,7 @@ IdeInitCalculateMode ( IN EFI_IDE_CONTROLLER_INIT_PROTOCOL *This, IN UINT8 Channel, IN UINT8 Device, - IN EFI_ATA_COLLECTIVE_MODE **SupportedModes + OUT EFI_ATA_COLLECTIVE_MODE **SupportedModes ) ; @@ -285,7 +285,7 @@ IdeControllerComponentNameGetDriverName ( @param ControllerHandle The handle of a controller that the driver specified by This is managing. This handle specifies the controller whose name is to be returned. - @param OPTIONAL The handle of the child controller to retrieve the name + @param OPTIONAL ChildHandle The handle of the child controller to retrieve the name of. This is an optional parameter that may be NULL. It will be NULL for device drivers. It will also be NULL for a bus drivers that wish to retrieve the name of the