summaryrefslogtreecommitdiffstats
path: root/src/include/sys
diff options
context:
space:
mode:
authorAni Bagepalli <abagepa@us.ibm.com>2014-10-29 09:37:39 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-12-03 08:20:09 -0600
commit6917afadcdea9e5761319c6f5d4d259563c4a6ef (patch)
tree53436ce9e0887f824a2d22d91043fbec7379fe89 /src/include/sys
parentfab5b85fe78df6588102fa3e46bd6de556a2c6ed (diff)
downloadtalos-hostboot-6917afadcdea9e5761319c6f5d4d259563c4a6ef.tar.gz
talos-hostboot-6917afadcdea9e5761319c6f5d4d259563c4a6ef.zip
add IPMI Watchdog Timer
Change-Id: I4617f5b545a3fc193e62fb7cfdf0292b394871c2 RTC: 108832 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14232 Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src/include/sys')
-rw-r--r--src/include/sys/time.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/include/sys/time.h b/src/include/sys/time.h
index 51bccfe23..1a0a02ec4 100644
--- a/src/include/sys/time.h
+++ b/src/include/sys/time.h
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2010,2014 */
+/* Contributors Listed Below - COPYRIGHT 2010,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -30,6 +32,12 @@
// Macros
//******************************************************************************
+
+/**
+ * @brief number of milliseconds per second
+ */
+#define MS_PER_SEC (1000)
+
/**
* @brief Number of nanoseconds per second
*/
OpenPOWER on IntegriCloud