summaryrefslogtreecommitdiffstats
path: root/src/include/stdint.h
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2017-07-16 00:56:52 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-07-27 18:00:19 -0400
commitc85d4152d28b4a9d5eb392b2025937f6965a5100 (patch)
tree6db6ef655aeed0f279fb48c19e7a58a0d653f785 /src/include/stdint.h
parent74a5bd2d0006fe0b2e4511ccaae605b60b2d096d (diff)
downloadtalos-hostboot-c85d4152d28b4a9d5eb392b2025937f6965a5100.tar.gz
talos-hostboot-c85d4152d28b4a9d5eb392b2025937f6965a5100.zip
Added ATTR_MSS_VPD_MT_WINDAGE_RD_CTR support after SYSCLK_RESET.
Change-Id: I588b304a6694677c28196ca5161800d4ae19a21f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43173 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43174 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/include/stdint.h')
-rw-r--r--src/include/stdint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/stdint.h b/src/include/stdint.h
index cf30344d0..2b1ab1e3f 100644
--- a/src/include/stdint.h
+++ b/src/include/stdint.h
@@ -68,6 +68,7 @@ typedef ssize_t ptrdiff_t;
#define UINT16_MAX (65535U)
#define UINT32_MAX (4294967295U)
#define UINT64_MAX (18446744073709551615U)
+#define INT64_MAX (9223372036854775807U)
// add (u)intptr_t support
typedef long int intptr_t;
OpenPOWER on IntegriCloud