forked from Imagelibrary/rtems
23 lines
531 B
C
23 lines
531 B
C
/**
|
|
* @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 */
|