summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/shared/start/tictac.c
blob: 6163a01f608d1b5ac21b81f6191c86b91c943241 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
 * @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;