source: rtems/cpukit/libcsupport/include/timerdrv.h @ df40cc9

4.115
Last change on this file since df40cc9 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 556 bytes
Line 
1/**
2 * @file
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.org/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.