summaryrefslogtreecommitdiffstats
path: root/bsps/lm32/shared/milkymist_clock/clock.h
blob: 0df1217ccf56335b1ed57d3a7bcdf52d2f5ec727 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * @file
 * @ingroup lm32_clock RTEMSBSPsLM32SharedMilkymistOne
 * @brief LatticeMico32 Timer (Clock) definitions
 */

/*
 *  This file contains definitions for LatticeMico32 Timer (Clock)
 *
 *  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.
 *
 *  COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
 *  Telecom SudParis
 */

#ifndef _BSPCLOCK_H
#define _BSPCLOCK_H


#endif /* _BSPCLOCK_H */