]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Move SIO header files to MdePkg.
authorRuiyu Ni <ruiyu.ni@intel.com>
Tue, 26 May 2015 03:24:20 +0000 (03:24 +0000)
committerniruiyu <niruiyu@Edk2>
Tue, 26 May 2015 03:24:20 +0000 (03:24 +0000)
commit9a8eb9a2ae5685a08daa3224fe698f66c53c0586
tree67a4cf243915011ab8bef1c9bd668d0bf3715674
parent9834b6c14e41f09a468ce29361ed41ae16975a58
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
Include/Ppi/IsaHc.h [deleted file]
Include/Ppi/SuperIo.h [deleted file]
Include/Protocol/IsaHc.h [deleted file]
Include/Protocol/SuperIoControl.h [deleted file]
MdePkg/Include/Ppi/Ppi/IsaHc.h [new file with mode: 0644]
MdePkg/Include/Ppi/Ppi/SuperIo.h [new file with mode: 0644]
MdePkg/Include/Protocol/Protocol/IsaHc.h [new file with mode: 0644]
MdePkg/Include/Protocol/Protocol/SuperIoControl.h [new file with mode: 0644]