]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h
ShellPkg/Dp: Add null pointer check
[mirror_edk2.git] / ShellPkg / DynamicCommand / DpDynamicCommand / Dp.h
index 4027b6b84eae73b1087a1e9281a5504535135fea..9fd88578720b89c3c358fd1841206d38e5b9bfd2 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Header file for 'dp' command functions.\r
 \r
-  Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -19,6 +19,9 @@
 #include <Uefi.h>\r
 \r
 #include <Guid/Performance.h>\r
+#include <Guid/ExtendedFirmwarePerformance.h>\r
+#include <Guid/FirmwarePerformance.h>\r
+#include <Guid/Acpi.h>\r
 \r
 #include <Protocol/HiiPackageList.h>\r
 #include <Protocol/DevicePath.h>\r
@@ -42,7 +45,7 @@
 extern EFI_HANDLE mDpHiiHandle;\r
 \r
 #define DP_MAJOR_VERSION        2\r
-#define DP_MINOR_VERSION        4\r
+#define DP_MINOR_VERSION        5\r
 \r
 /**\r
   * The value assigned to DP_DEBUG controls which debug output\r