diff options
author | bxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 12:23:11 +0000 |
---|---|---|
committer | bxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 12:23:11 +0000 |
commit | b80fbe8543eb535e40172a263b6b5d633e5b282c (patch) | |
tree | c77a3b777b6abf37fb9662eaa9e073a505926147 /IntelFrameworkPkg/Include/Protocol/CpuIo.h | |
parent | f29ae5d6b820bcb9bed7be78799e1b0a432188df (diff) | |
download | edk2-platforms-b80fbe8543eb535e40172a263b6b5d633e5b282c.tar.xz |
Modified header files to make them compile
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2846 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/CpuIo.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/CpuIo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/CpuIo.h b/IntelFrameworkPkg/Include/Protocol/CpuIo.h index 38f910ea94..f6c91df9bd 100644 --- a/IntelFrameworkPkg/Include/Protocol/CpuIo.h +++ b/IntelFrameworkPkg/Include/Protocol/CpuIo.h @@ -21,6 +21,8 @@ #ifndef _CPUIO_H_
#define _CPUIO_H_
+#include <PiDxe.h>
+
#define EFI_CPU_IO_PROTOCOL_GUID \
{ \
0xB0732526, 0x38C8, 0x4b40, {0x88, 0x77, 0x61, 0xC7, 0xB0, 0x6A, 0xAC, 0x45 } \
|