summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/src/tictac.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/src/tictac.c')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/src/tictac.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/src/tictac.c b/c/src/lib/libbsp/powerpc/shared/src/tictac.c
deleted file mode 100644
index e6d0e779c2..0000000000
--- a/c/src/lib/libbsp/powerpc/shared/src/tictac.c
+++ /dev/null
@@ -1,32 +0,0 @@
-/**
- * @file
- *
- * @ingroup powerpc_shared
- *
- * @brief Source file for tic-tac code.
- */
-
-/*
- * Copyright (c) 2008
- * Embedded Brains GmbH
- * Obere Lagerstr. 30
- * D-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.
- */
-
-#include <stdint.h>
-
-/**
- * @brief Referenc value for tac().
- */
-uint32_t ppc_tic_tac = 0;
-
-/**
- * @brief Referenc value for bam().
- */
-uint32_t ppc_boom_bam = 0;