diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-21 06:56:45 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-21 06:56:45 +0000 |
commit | 0b3cac32f3e61717a1b53839bdeb11c3526020aa (patch) | |
tree | 1bf1018b234310e2d6ae99169e6877796e7e8023 /MdePkg/Include/Pi/PiFirmwareVolume.h | |
parent | ec0ccddace88f8918d636366d5e5f971ba18a1a8 (diff) | |
download | edk2-platforms-0b3cac32f3e61717a1b53839bdeb11c3526020aa.tar.xz |
Fix missing include file which break doxygen parsing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5103 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Pi/PiFirmwareVolume.h')
-rw-r--r-- | MdePkg/Include/Pi/PiFirmwareVolume.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/MdePkg/Include/Pi/PiFirmwareVolume.h b/MdePkg/Include/Pi/PiFirmwareVolume.h index 7675df016c..68d721d1b1 100644 --- a/MdePkg/Include/Pi/PiFirmwareVolume.h +++ b/MdePkg/Include/Pi/PiFirmwareVolume.h @@ -18,6 +18,8 @@ #ifndef __PI_FIRMWAREVOLUME_H__
#define __PI_FIRMWAREVOLUME_H__
+#include <ProcessorBind.h>
+
//
// EFI_FV_FILE_ATTRIBUTES
//
@@ -90,9 +92,9 @@ typedef struct { UINT32 Length;
} EFI_FV_BLOCK_MAP_ENTRY;
-//
-// Describes the features and layout of the firmware volume.
-//
+///
+/// Describes the features and layout of the firmware volume.
+///
typedef struct {
UINT8 ZeroVector[16];
EFI_GUID FileSystemGuid;
|