source: rtems/cpukit/libcsupport/include/timerdrv.h @ 9ab091e

4.115
Last change on this file since 9ab091e was 9ab091e, checked in by Mathew Kallada <matkallada@…>, on 12/28/12 at 16:35:32

Header File Doxygen Enhancement Task #2

  • Property mode set to 100644
File size: 573 bytes
Line 
1/**
2 * @file rtems/timerdrv.h
3 *
4 * @brief Timer Driver for all Boards
5 *
6 * This file describes the Timer Driver for all boards.
7 */
8
9/*
10 *
11 *  COPYRIGHT (c) 1989-1999.
12 *  On-Line Applications Research Corporation (OAR).
13 *
14 *  The license and distribution terms for this file may be
15 *  found in the file LICENSE in this distribution or at
16 *  http://www.rtems.com/license/LICENSE.
17 */
18
19#ifndef _RTEMS_TIMERDRV_H
20#define _RTEMS_TIMERDRV_H
21
22#include <rtems/btimer.h>
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28/* Intentionally empty */
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif
Note: See TracBrowser for help on using the repository browser.