[PATCH 12/25] cobalt/clock: dovetail: provide backend code to CLOCK_HOST_REALTIME
Jan Kiszka
jan.kiszka at siemens.com
Thu May 20 23:44:22 CEST 2021
From: Hongzhan Chen <hongzhan.chen at intel.com>
Signed-off-by: Hongzhan Chen <hongzhan.chen at intel.com>
Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com>
---
include/cobalt/kernel/dovetail/pipeline/clock.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/cobalt/kernel/dovetail/pipeline/clock.h b/include/cobalt/kernel/dovetail/pipeline/clock.h
index 19e3d89865..1cd7530655 100644
--- a/include/cobalt/kernel/dovetail/pipeline/clock.h
+++ b/include/cobalt/kernel/dovetail/pipeline/clock.h
@@ -7,6 +7,7 @@
#include <cobalt/uapi/kernel/types.h>
#include <cobalt/kernel/assert.h>
+#include <linux/ktime.h>
struct timespec64;
@@ -52,7 +53,7 @@ static inline const char *pipeline_clock_name(void)
static inline int pipeline_get_host_time(struct timespec64 *tp)
{
/* Convert ktime_get_real_fast_ns() to timespec. */
- TODO();
+ *tp = ktime_to_timespec64(ktime_get_real_fast_ns());
return 0;
}
--
2.26.2
More information about the Xenomai
mailing list