aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/timer.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-03-23 16:27:50 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2022-03-25 12:34:36 +0200
commitbeffb12770306984664f4c9289ee44252cf9f3d0 (patch)
treeb0d90e80e3ab7b44eb76758aebb88bb957db7b3e /include/odp/api/abi-default/timer.h
parentd7c19e7d0fcdbd647b261901e216ebcb6ed0501f (diff)
abi: timer: add necessary files for function inlining
Add necessary ABI headers for timer function inlining. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'include/odp/api/abi-default/timer.h')
-rw-r--r--include/odp/api/abi-default/timer.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/odp/api/abi-default/timer.h b/include/odp/api/abi-default/timer.h
new file mode 100644
index 000000000..faf690ae3
--- /dev/null
+++ b/include/odp/api/abi-default/timer.h
@@ -0,0 +1,20 @@
+/* Copyright (c) 2022, Nokia
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef ODP_ABI_TIMER_H_
+#define ODP_ABI_TIMER_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* Empty header required due to the timer inline functions */
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif