/** * @file * * @ingroup RTEMSBSPsPowerPCShared * * @brief Source file for tic-tac code. */ /* * Copyright (c) 2008 embedded brains GmbH. All rights reserved. * 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 /** * @brief Referenc value for tac(). */ uint32_t ppc_tic_tac = 0; /** * @brief Referenc value for bam(). */ uint32_t ppc_boom_bam = 0;