source: rtems/c/src/lib/include/timerdrv.h @ 08330bf

4.104.114.84.95
Last change on this file since 08330bf was 08311cc3, checked in by Joel Sherrill <joel.sherrill@…>, on 11/17/99 at 17:51:34

Updated copyright notice.

  • Property mode set to 100644
File size: 689 bytes
Line 
1/*  timerdrv.h
2 *
3 *  This file describes the Timer Driver for all boards.
4 *
5 *  COPYRIGHT (c) 1989-1999.
6 *  On-Line Applications Research Corporation (OAR).
7 *
8 *  The license and distribution terms for this file may be
9 *  found in the file LICENSE in this distribution or at
10 *  http://www.OARcorp.com/rtems/license.html.
11 *
12 *  $Id$
13 */
14
15#ifndef __TIMER_DRIVER_h
16#define __TIMER_DRIVER_h
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* functions */
23
24void Timer_initialize( void );
25
26rtems_unsigned32 Read_timer( void );
27
28rtems_status_code Empty_function( void );
29
30void Set_find_average_overhead(
31  rtems_boolean find_flag
32);
33
34#ifdef __cplusplus
35}
36#endif
37
38#endif
39/* end of include file */
Note: See TracBrowser for help on using the repository browser.