summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Ppi/CpuIo.h
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-06 03:23:55 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-06 03:23:55 +0000
commit3d806b5af26459ad6cb856542eff0059add5df4d (patch)
tree7326a3f12ed5197911562c7abcc80c1e301127cc /MdePkg/Include/Ppi/CpuIo.h
parent9294251ede07278fb4d1708e02e7d4838f80ed1c (diff)
downloadedk2-3d806b5af26459ad6cb856542eff0059add5df4d.tar.gz
edk2-3d806b5af26459ad6cb856542eff0059add5df4d.tar.bz2
edk2-3d806b5af26459ad6cb856542eff0059add5df4d.zip
Update the C name of CPU I/O PPI.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3094 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Ppi/CpuIo.h')
-rw-r--r--MdePkg/Include/Ppi/CpuIo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Ppi/CpuIo.h b/MdePkg/Include/Ppi/CpuIo.h
index d34c38d5e0..1daf8257a3 100644
--- a/MdePkg/Include/Ppi/CpuIo.h
+++ b/MdePkg/Include/Ppi/CpuIo.h
@@ -465,6 +465,6 @@ struct _EFI_PEI_CPU_IO_PPI {
EFI_PEI_CPU_IO_PPI_MEM_WRITE64 MemWrite64;
};
-extern EFI_GUID gEfiPeiCpuIoPpiInServiceTableGuid;
+extern EFI_GUID gEfiPeiCpuIoPpiInstalledGuid;
#endif