OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [include/] [timerdrv.h] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*  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: timerdrv.h,v 1.2 2001-09-27 11:59:35 chris Exp $
13
 */
14
 
15
#ifndef __TIMER_DRIVER_h
16
#define __TIMER_DRIVER_h
17
 
18
#ifdef __cplusplus
19
extern "C" {
20
#endif
21
 
22
/* functions */
23
 
24
void Timer_initialize( void );
25
 
26
rtems_unsigned32 Read_timer( void );
27
 
28
rtems_status_code Empty_function( void );
29
 
30
void 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 */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.