summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/timecounterimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/timecounterimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/timecounterimpl.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/cpukit/score/include/rtems/score/timecounterimpl.h b/cpukit/score/include/rtems/score/timecounterimpl.h
deleted file mode 100644
index a48ac70683..0000000000
--- a/cpukit/score/include/rtems/score/timecounterimpl.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/**
- * @file
- *
- * @ingroup ScoreTimecounter
- *
- * @brief Timecounter Implementation
- */
-
-/*
- * Copyright (c) 2015 embedded brains GmbH. All rights reserved.
- *
- * embedded brains GmbH
- * Dornierstr. 4
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _RTEMS_SCORE_TIMECOUNTERIMPL_H
-#define _RTEMS_SCORE_TIMECOUNTERIMPL_H
-
-#include <rtems/score/timecounter.h>
-#include <sys/timetc.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-/**
- * @addtogroup ScoreTimecounter
- *
- * @{
- */
-
-void _Timecounter_Set_clock(
- const struct bintime *bt,
- ISR_lock_Context *lock_context
-);
-
-/** @} */
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* _RTEMS_SCORE_TIMECOUNTERIMPL_H */