summaryrefslogtreecommitdiff
path: root/Nt32Pkg/PlatformBdsDxe/CommonHeader.h
diff options
context:
space:
mode:
Diffstat (limited to 'Nt32Pkg/PlatformBdsDxe/CommonHeader.h')
-rw-r--r--Nt32Pkg/PlatformBdsDxe/CommonHeader.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Nt32Pkg/PlatformBdsDxe/CommonHeader.h b/Nt32Pkg/PlatformBdsDxe/CommonHeader.h
index 2234acd860..d44bd37553 100644
--- a/Nt32Pkg/PlatformBdsDxe/CommonHeader.h
+++ b/Nt32Pkg/PlatformBdsDxe/CommonHeader.h
@@ -20,6 +20,7 @@
// The package level header files this module uses
//
#include <PiDxe.h>
+
//
// The protocols, PPI and GUID defintions for this module
//
@@ -46,6 +47,11 @@
#include <Guid/FlashMapHob.h>
#include <Protocol/SerialIo.h>
#include <Protocol/LegacyBios.h>
+#include <Common/MaxBbsEntries.h>
+#include <Guid/PcAnsi.h>
+#include <Guid/DataHubRecords.h>
+#include <Protocol/Performance.h>
+
//
// The Library classes this module consumes
//
@@ -69,4 +75,11 @@
#include <Library/HiiLibFramework.h>
#include <Library/PeCoffLib.h>
+//
+// The rest of the includes
+//
+#include <Common/FirmwareRevision.h>
+
+extern UINT8 PlatformBdsStrings[];
+
#endif