source: rtems/bsps/lm32/shared/milkymist_clock/clock.h @ 21978523

5
Last change on this file since 21978523 was 21978523, checked in by Sebastian Huber <sebastian.huber@…>, on 04/23/18 at 11:31:18

bsps/lm32: Move shared drivers to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 521 bytes
Line 
1/**
2 * @file
3 * @ingroup lm32_clock lm32_milkymist_shared
4 * @brief LatticeMico32 Timer (Clock) definitions
5 */
6
7/*
8 *  This file contains definitions for LatticeMico32 Timer (Clock)
9 *
10 *  The license and distribution terms for this file may be
11 *  found in the file LICENSE in this distribution or at
12 *  http://www.rtems.org/license/LICENSE.
13 *
14 *  COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
15 *  Telecom SudParis
16 */
17
18#ifndef _BSPCLOCK_H
19#define _BSPCLOCK_H
20
21
22#endif /* _BSPCLOCK_H */
Note: See TracBrowser for help on using the repository browser.