mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Introduce util_time as a place for time related macros, definitions, and functions that are commonly used. Add NSEC_PER_USEC, NSEC_PER_MSEC, USEC_PER_SEC and NSEC_PER_SEC definitions that are used for time conversion calculations as a start. Add time conversion helper functions. Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Mete Durlu <meted@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>