summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBilicon Patil <bilpatil@in.ibm.com>2015-02-18 01:00:33 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-03-01 16:47:54 -0600
commit9336278c81706007f8989f124ec695a2095596e7 (patch)
tree2f02a7906c5b3e1464979d2c3ef4dbcf0ba1397f /src
parent58f67a935b78ba1205f375b9f1e09618844bf10f (diff)
downloadtalos-hostboot-9336278c81706007f8989f124ec695a2095596e7.tar.gz
talos-hostboot-9336278c81706007f8989f124ec695a2095596e7.zip
PRD: Changing the Byte order checking logic
Change-Id: Icd733ffdd08eb49f80a4e1f20ab213b1d0549ca7 CQ: SW293171 Backport: release-fips830 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15801 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16077 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/prdfCenAddress.H3
-rw-r--r--src/usr/diag/prdf/common/plugins/prdfMemoryMruData.H1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfCenAddress.H b/src/usr/diag/prdf/common/plat/pegasus/prdfCenAddress.H
index 521e941cf..91a12151d 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/prdfCenAddress.H
+++ b/src/usr/diag/prdf/common/plat/pegasus/prdfCenAddress.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -32,6 +32,7 @@
#define __prdfCenAddress_H
#include <prdf_types.h>
+#include <endian.h>
namespace PRDF
{
diff --git a/src/usr/diag/prdf/common/plugins/prdfMemoryMruData.H b/src/usr/diag/prdf/common/plugins/prdfMemoryMruData.H
index de64b0ff0..d70a6c2da 100644
--- a/src/usr/diag/prdf/common/plugins/prdfMemoryMruData.H
+++ b/src/usr/diag/prdf/common/plugins/prdfMemoryMruData.H
@@ -33,6 +33,7 @@
#define __prdfMemoryMruData_H
#include <stdint.h>
+#include <endian.h>
namespace PRDF
{
OpenPOWER on IntegriCloud