summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/gptimer.h
blob: 0adea8afb39f458a812413a2d368ac7f1a726b22 (plain) (tree)





























                                                                          
/*  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.com/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