aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_time_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/odp_time_internal.h')
-rw-r--r--platform/linux-generic/include/odp_time_internal.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/platform/linux-generic/include/odp_time_internal.h b/platform/linux-generic/include/odp_time_internal.h
deleted file mode 100644
index 99ac79772..000000000
--- a/platform/linux-generic/include/odp_time_internal.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright (c) 2017, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#ifndef ODP_TIME_INTERNAL_H_
-#define ODP_TIME_INTERNAL_H_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <stdint.h>
-
-int cpu_has_global_time(void);
-uint64_t cpu_global_time(void);
-uint64_t cpu_global_time_freq(void);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif