Files
rtems/bsps/powerpc/shared/start/tictac.c
2022-03-10 08:43:50 +01:00

27 lines
492 B
C

/**
* @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 <stdint.h>
/**
* @brief Referenc value for tac().
*/
uint32_t ppc_tic_tac = 0;
/**
* @brief Referenc value for bam().
*/
uint32_t ppc_boom_bam = 0;