diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 06:12:08 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 06:12:08 +0000 |
commit | 01aef47bbe11b3961da5136b064d947540a38060 (patch) | |
tree | 7955cd56359ba1a460f1bb2c7f856486d6228897 /MdePkg/Include/Ppi | |
parent | 7459094d5f6904a0c8445d97519f4a99b654ef43 (diff) | |
download | edk2-platforms-01aef47bbe11b3961da5136b064d947540a38060.tar.xz |
Fix missing include header file and fix typo in comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5110 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Ppi')
-rw-r--r-- | MdePkg/Include/Ppi/Smbus2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Include/Ppi/Smbus2.h b/MdePkg/Include/Ppi/Smbus2.h index 29cec31496..7c4bd70ede 100644 --- a/MdePkg/Include/Ppi/Smbus2.h +++ b/MdePkg/Include/Ppi/Smbus2.h @@ -18,7 +18,7 @@ #ifndef _PEI_SMBUS2_PPI_H
#define _PEI_SMBUS2_PPI_H
-
+#include <PiPei.h>
#include <IndustryStandard/SmBus.h>
#define EFI_PEI_SMBUS2_PPI_GUID \
@@ -172,7 +172,6 @@ EFI_STATUS The Notify() function registers all the callback functions to allow the
bus driver to call these functions when the SlaveAddress/Data pair happens.
- @param PeiServices A pointer to the system PEI Services Table.
@param This A pointer to the EFI_PEI_SMBUS_PPI instance.
@param SlaveAddress Address that the host controller detects as
sending a message and calls all the registered functions.
|