summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Ppi
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-18 09:15:52 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-18 09:15:52 +0000
commit76dbeb3b910133575ad03583f79dcd9443af06f5 (patch)
treed9b82a7669b26db0caa1928489a0e256dc092e46 /MdePkg/Include/Ppi
parentd57d21b5ba5a044778a2b1b4cf7b1762eaf68992 (diff)
downloadedk2-76dbeb3b910133575ad03583f79dcd9443af06f5.tar.gz
edk2-76dbeb3b910133575ad03583f79dcd9443af06f5.tar.bz2
edk2-76dbeb3b910133575ad03583f79dcd9443af06f5.zip
1) Clean up MdePkg/Include/Common/BootScript.h and remove boot script definition which is not defined in Framework Boot Scirpt Specification V0.91.
2) Add MdePkg/Include/IndustryStandard/SmBus.h which hosts the standard definition defined in System Management Bus Spefication V2.0. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2266 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Ppi')
-rw-r--r--MdePkg/Include/Ppi/Smbus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/MdePkg/Include/Ppi/Smbus.h b/MdePkg/Include/Ppi/Smbus.h
index c0e1d9022d..d2acae7dbd 100644
--- a/MdePkg/Include/Ppi/Smbus.h
+++ b/MdePkg/Include/Ppi/Smbus.h
@@ -1,7 +1,7 @@
/** @file
This file declares Smbus PPI.
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -21,6 +21,8 @@
#ifndef _PEI_SMBUS_PPI_H
#define _PEI_SMBUS_PPI_H
+#include <IndustryStandard/SmBus.h>
+
#define EFI_PEI_SMBUS_PPI_GUID \
{ \
0xabd42895, 0x78cf, 0x4872, {0x84, 0x44, 0x1b, 0x5c, 0x18, 0xb, 0xfb, 0xda } \