Files
rtems/bsps/lm32/shared/milkymist_clock/clock.h
Sebastian Huber 2197852371 bsps/lm32: Move shared drivers to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-23 15:18:46 +02:00

23 lines
521 B
C

/**
* @file
* @ingroup lm32_clock lm32_milkymist_shared
* @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 */