mirror of https://github.com/acidanthera/audk.git
MdePkg: Move SIO header files to MdePkg.
A previous incorrect check-in adds the SIO header files to <Root>/Include directory. The patch fixes it. The patch also adds the missing PeiServices pointer to the SIO PPI interfaces. 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@17505 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9834b6c14e
commit
9a8eb9a2ae
|
@ -62,6 +62,7 @@ typedef UINT16 EFI_SIO_REGISTER;
|
|||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EFI_PEI_SIO_REGISTER_READ)(
|
||||
IN EFI_PEI_SERVICES **PeiServices,
|
||||
IN CONST EFI_SIO_PPI *This,
|
||||
IN BOOLEAN ExitCfgMode,
|
||||
IN EFI_SIO_REGISTER Register,
|
||||
|
@ -98,6 +99,7 @@ EFI_STATUS
|
|||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EFI_PEI_SIO_REGISTER_WRITE)(
|
||||
IN EFI_PEI_SERVICES **PeiServices,
|
||||
IN CONST EFI_SIO_PPI *This,
|
||||
IN BOOLEAN ExitCfgMode,
|
||||
IN EFI_SIO_REGISTER Register,
|
||||
|
@ -128,6 +130,7 @@ EFI_STATUS
|
|||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EFI_PEI_SIO_REGISTER_MODIFY)(
|
||||
IN EFI_PEI_SERVICES **PeiServices,
|
||||
IN CONST EFI_SIO_PPI *This,
|
||||
IN CONST EFI_SIO_REGISTER_MODIFY *Command,
|
||||
IN UINTN NumberOfCommands
|
Loading…
Reference in New Issue