summaryrefslogtreecommitdiffstats
path: root/src/include/sys
diff options
context:
space:
mode:
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