summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/include/bsp/gptimer.h
blob: ee0120d2bdd794b124050cb5ee41a29148e944c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*  GPTIMER and GRTIMER timer driver
 *
 *  COPYRIGHT (c) 2015.
 *  Cobham Gaisler.
 *
 *  The license and distribution terms for this file may be
 *  found in found in the file LICENSE in this distribution or at
 *  http://www.rtems.org/license/LICENSE.
 *
 */

#ifndef __GPTIMER_H__
#define __GPTIMER_H__

#ifdef __cplusplus
extern "C" {
#endif

/* The GPTIMER_INFO_AVAIL define set from the BSP bsp.h configures if the 
 * Driver manager info interface is built.
 */

/* Register GPTIMER and GRTIMER driver to Driver Manager */
void gptimer_register_drv (void);

#ifdef __cplusplus
}
#endif

#endif