* MdePkg: Move SIO header files to correct location.

The patch also fixed some comments to align the code.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17507 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Ruiyu Ni 2015-05-26 04:52:09 +00:00 committed by niruiyu
parent 80aea15151
commit 419d989944
4 changed files with 7 additions and 4 deletions

View File

@ -39,6 +39,7 @@ typedef UINT16 EFI_SIO_REGISTER;
register value. The logical device numbers for specific SIO devices can be register value. The logical device numbers for specific SIO devices can be
determined using the Info member of the PPI structure. determined using the Info member of the PPI structure.
@param PeiServices A pointer to a pointer to the PEI Services.
@param This A pointer to this instance of the EFI_SIO_PPI. @param This A pointer to this instance of the EFI_SIO_PPI.
@param ExitCfgMode A boolean specifying whether the driver should turn on @param ExitCfgMode A boolean specifying whether the driver should turn on
configuration mode (FALSE) or turn off configuration mode configuration mode (FALSE) or turn off configuration mode
@ -53,7 +54,7 @@ typedef UINT16 EFI_SIO_REGISTER;
@param IoData A pointer to the returned register value. @param IoData A pointer to the returned register value.
@retval EFI_SUCCESS Success. @retval EFI_SUCCESS Success.
@regval EFI_TIMEOUT The register could not be read in the a reasonable @retval EFI_TIMEOUT The register could not be read in the a reasonable
amount of time. The exact time is device-specific. amount of time. The exact time is device-specific.
@retval EFI_INVALID_PARAMETERS Register was out of range for this device. @retval EFI_INVALID_PARAMETERS Register was out of range for this device.
@retval EFI_INVALID_PARAMETERS IoData was NULL @retval EFI_INVALID_PARAMETERS IoData was NULL
@ -76,6 +77,7 @@ EFI_STATUS
value. The logical device numbers for specific SIO devices can be determined value. The logical device numbers for specific SIO devices can be determined
using the Info member of the PPI structure. using the Info member of the PPI structure.
@param PeiServices A pointer to a pointer to the PEI Services.
@param This A pointer to this instance of the EFI_SIO_PPI. @param This A pointer to this instance of the EFI_SIO_PPI.
@param ExitCfgMode A boolean specifying whether the driver should turn on @param ExitCfgMode A boolean specifying whether the driver should turn on
configuration mode (FALSE) or turn off configuration mode configuration mode (FALSE) or turn off configuration mode
@ -90,7 +92,7 @@ EFI_STATUS
@param IoData A pointer to the returned register value. @param IoData A pointer to the returned register value.
@retval EFI_SUCCESS Success. @retval EFI_SUCCESS Success.
@regval EFI_TIMEOUT The register could not be read in the a reasonable @retval EFI_TIMEOUT The register could not be read in the a reasonable
amount of time. The exact time is device-specific. amount of time. The exact time is device-specific.
@retval EFI_INVALID_PARAMETERS Register was out of range for this device. @retval EFI_INVALID_PARAMETERS Register was out of range for this device.
@retval EFI_INVALID_PARAMETERS IoData was NULL @retval EFI_INVALID_PARAMETERS IoData was NULL
@ -118,6 +120,7 @@ EFI_STATUS
of Super I/O if necessary prior to table processing. Once the table is processed, of Super I/O if necessary prior to table processing. Once the table is processed,
the Super I/O device must be returned to the original state. the Super I/O device must be returned to the original state.
@param PeiServices A pointer to a pointer to the PEI Services.
@param This A pointer to this instance of the EFI_SIO_PPI. @param This A pointer to this instance of the EFI_SIO_PPI.
@param Command A pointer to an array of NumberOfCommands EFI_SIO_REGISTER_MODIFY @param Command A pointer to an array of NumberOfCommands EFI_SIO_REGISTER_MODIFY
structures. Each structure specifies a single Super I/O register structures. Each structure specifies a single Super I/O register